#572476

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

Shades of Blue Diamond #572476

Tints of Blue Diamond #572476

Color information

#572476 (or 0x572476) is unknown color: approx Blue Diamond. HEX triplet: 57, 24 and 76. RGB value is (87,36,118). Sum of RGB (Red+Green+Blue) = 87+36+118=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #572476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572476 is #A8DB89. Grayscale: #3C3C3C. Windows color (decimal): -11066250 or 7742551. OLE color: 7742551.

HSL color Cylindrical-coordinate representation of color #572476: hue angle of 277.32º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572476 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8736118-
CMYK0.260.6900.54
HSL277.32º53.25%30.2%-
HSV(B)277.32º69.49%46.27%-
XYZ7.834.617.61-
YUV60.6160.4146.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=36.10%
G=14.94%
B=48.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87361180.260.6900.54277.3253.2530.2
Hex5724761A45036115351e
Octal12744166321050664256536
Binary10101111001001110110110101000101011011010001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572476; }

 p { color: rgb(87,36,118); }

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

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

 a { background-color: rgb(87,36,118); }

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

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

 span { border-color: rgb(87,36,118); }

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