#572B74

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

Shades of Blue Diamond #572B74

Tints of Blue Diamond #572B74

Color information

#572B74 (or 0x572B74) is unknown color: approx Blue Diamond. HEX triplet: 57, 2B and 74. RGB value is (87,43,116). Sum of RGB (Red+Green+Blue) = 87+43+116=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #572B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B74 is #A8D48B. Grayscale: #404040. Windows color (decimal): -11064460 or 7613271. OLE color: 7613271.

HSL color Cylindrical-coordinate representation of color #572B74: hue angle of 276.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572B74 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8743116-
CMYK0.250.6300.55
HSL276.16º45.91%31.18%-
HSV(B)276.16º62.93%45.49%-
XYZ7.955.0117.07-
YUV64.48157.08144.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=35.37%
G=17.48%
B=47.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87431160.250.6300.55276.1645.9131.18
Hex572B74193F0371142e1f
Octal1275316431770674245637
Binary1010111101011111010011001111111011011110001010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572B74; }

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

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

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

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

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

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

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

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