#502073

Color #502073 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #502073

Tints of Blue Diamond #502073

Color information

#502073 (or 0x502073) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 73. RGB value is (80,32,115). Sum of RGB (Red+Green+Blue) = 80+32+115=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #502073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502073 is #AFDF8C. Grayscale: #373737. Windows color (decimal): -11526029 or 7544912. OLE color: 7544912.

HSL color Cylindrical-coordinate representation of color #502073: hue angle of 274.7º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502073 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8032115-
CMYK0.300.7200.55
HSL274.7º56.46%28.82%-
HSV(B)274.7º72.17%45.1%-
XYZ6.923.9816.62-
YUV55.81161.4145.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=35.24%
G=14.10%
B=50.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80321150.300.7200.55274.756.4628.82
Hex5020731E48037113381d
Octal12040163361100674237035
Binary10100001000001110011111101001000011011110001001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502073; }

 p { color: rgb(80,32,115); }

 H1.HeaderClassName
 {
   color: #502073;
 }
 .AnyTagClassName
 {
   color: #502073;
 }
</style>
background-color css

<style>
 a { background-color: #502073; }

 a { background-color: rgb(80,32,115); }

 div.DivClassName
 {
   background-color: #502073;
 }
 .BgClassName
 {
   background-color: #502073;
 }
</style>
border-color css

<style>
 span { border-color: #502073; }

 span { border-color: rgb(80,32,115); }

 td.TdClassName
 {
   border-color: #502073;
 }
 .TagClassName
 {
   border-color: #502073;
 }
</style>