#576997

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

Shades of Waikawa Grey #576997

Tints of Waikawa Grey #576997

Color information

#576997 (or 0x576997) is unknown color: approx Waikawa Grey. HEX triplet: 57, 69 and 97. RGB value is (87,105,151). Sum of RGB (Red+Green+Blue) = 87+105+151=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #576997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576997 is #A89668. Grayscale: #686868. Windows color (decimal): -11048553 or 9922903. OLE color: 9922903.

HSL color Cylindrical-coordinate representation of color #576997: hue angle of 223.12º 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 #576997 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87105151-
CMYK0.420.3000.41
HSL223.12º26.89%46.67%-
HSV(B)223.12º42.38%59.22%-
XYZ14.5714.3631.28-
YUV104.86154.04115.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=25.36%
G=30.61%
B=44.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871051510.420.3000.41223.1226.8946.67
Hex5769972A1E029df1b2f
Octal12715122752360513373357
Binary10101111101001100101111010101111001010011101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576997; }

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

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

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

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

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

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

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

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