#572576

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

Shades of Blue Diamond #572576

Tints of Blue Diamond #572576

Color information

#572576 (or 0x572576) is unknown color: approx Blue Diamond. HEX triplet: 57, 25 and 76. RGB value is (87,37,118). Sum of RGB (Red+Green+Blue) = 87+37+118=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #572576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572576 is #A8DA89. Grayscale: #3C3C3C. Windows color (decimal): -11065994 or 7742807. OLE color: 7742807.

HSL color Cylindrical-coordinate representation of color #572576: hue angle of 277.04º degrees, saturation: 0.52, 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 #572576 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8737118-
CMYK0.260.6900.54
HSL277.04º52.26%30.39%-
HSV(B)277.04º68.64%46.27%-
XYZ7.864.6617.62-
YUV61.18160.06146.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=35.95%
G=15.29%
B=48.76%

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
Decimal87371180.260.6900.54277.0452.2630.39
Hex5725761A45036115341e
Octal12745166321050664256436
Binary10101111001011110110110101000101011011010001010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572576; }

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

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

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

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

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

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

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

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