#572574

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

Shades of Blue Diamond #572574

Tints of Blue Diamond #572574

Color information

#572574 (or 0x572574) is unknown color: approx Blue Diamond. HEX triplet: 57, 25 and 74. RGB value is (87,37,116). Sum of RGB (Red+Green+Blue) = 87+37+116=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #572574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572574 is #A8DA8B. Grayscale: #3C3C3C. Windows color (decimal): -11065996 or 7611735. OLE color: 7611735.

HSL color Cylindrical-coordinate representation of color #572574: hue angle of 277.97º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572574 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8737116-
CMYK0.250.6800.55
HSL277.97º51.63%30%-
HSV(B)277.97º68.1%45.49%-
XYZ7.744.6117-
YUV60.96159.06146.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=36.25%
G=15.42%
B=48.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87371160.250.6800.55277.9751.6330
Hex5725741944037116341e
Octal12745164311040674266436
Binary10101111001011110100110011000100011011110001011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572574; }

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

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

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

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

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

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

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

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