#576B97

Color #576B97 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #576B97

Tints of Waikawa Grey #576B97

Color information

#576B97 (or 0x576B97) is unknown color: approx Waikawa Grey. HEX triplet: 57, 6B and 97. RGB value is (87,107,151). Sum of RGB (Red+Green+Blue) = 87+107+151=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #576B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B97 is #A89468. Grayscale: #696969. Windows color (decimal): -11048041 or 9923415. OLE color: 9923415.

HSL color Cylindrical-coordinate representation of color #576B97: hue angle of 221.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576B97 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87107151-
CMYK0.420.2900.41
HSL221.25º26.89%46.67%-
HSV(B)221.25º42.38%59.22%-
XYZ14.7714.7831.35-
YUV106.04153.37114.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=25.22%
G=31.01%
B=43.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871071510.420.2900.41221.2526.8946.67
Hex576B972A1D029dd1b2f
Octal12715322752350513353357
Binary10101111101011100101111010101110101010011101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576B97; }

 p { color: rgb(87,107,151); }

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

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

 a { background-color: rgb(87,107,151); }

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

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

 span { border-color: rgb(87,107,151); }

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