#572a73

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

Shades of Blue Diamond #572A73

Tints of Blue Diamond #572A73

Color information

#572A73 (or 0x572A73) is unknown color: approx Blue Diamond. HEX triplet: 57, 2A and 73. RGB value is (87,42,115). Sum of RGB (Red+Green+Blue) = 87+42+115=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #572A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A73 is #A8D58C. Grayscale: #3F3F3F. Windows color (decimal): -11064717 or 7547479. OLE color: 7547479.

HSL color Cylindrical-coordinate representation of color #572A73: hue angle of 276.99º 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 #572A73 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8742115-
CMYK0.240.6300.55
HSL276.99º46.5%30.78%-
HSV(B)276.99º63.48%45.1%-
XYZ7.854.9216.76-
YUV63.78156.91144.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=35.66%
G=17.21%
B=47.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87421150.240.6300.55276.9946.530.78
Hex572A73183F0371152e1f
Octal1275216330770674255637
Binary1010111101010111001111000111111011011110001010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,42,115); }

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

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

 a { background-color: rgb(87,42,115); }

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

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

 span { border-color: rgb(87,42,115); }

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