#502578

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

Shades of Blue Diamond #502578

Tints of Blue Diamond #502578

Color information

#502578 (or 0x502578) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 78. RGB value is (80,37,120). Sum of RGB (Red+Green+Blue) = 80+37+120=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #502578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502578 is #AFDA87. Grayscale: #3B3B3B. Windows color (decimal): -11524744 or 7873872. OLE color: 7873872.

HSL color Cylindrical-coordinate representation of color #502578: hue angle of 271.08º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502578 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8037120-
CMYK0.330.6900.53
HSL271.08º52.87%30.78%-
HSV(B)271.08º69.17%47.06%-
XYZ7.364.3818.23-
YUV59.32162.25142.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=33.76%
G=15.61%
B=50.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80371200.330.6900.53271.0852.8730.78
Hex502578214503510f351f
Octal12045170411050654176537
Binary101000010010111110001000011000101011010110000111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502578; }

 p { color: rgb(80,37,120); }

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

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

 a { background-color: rgb(80,37,120); }

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

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

 span { border-color: rgb(80,37,120); }

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