#576A95

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

Shades of Waikawa Grey #576A95

Tints of Waikawa Grey #576A95

Color information

#576A95 (or 0x576A95) is unknown color: approx Waikawa Grey. HEX triplet: 57, 6A and 95. RGB value is (87,106,149). Sum of RGB (Red+Green+Blue) = 87+106+149=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #576A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A95 is #A8956A. Grayscale: #696969. Windows color (decimal): -11048299 or 9792087. OLE color: 9792087.

HSL color Cylindrical-coordinate representation of color #576A95: hue angle of 221.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576A95 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87106149-
CMYK0.420.2900.42
HSL221.61º26.27%46.27%-
HSV(B)221.61º41.61%58.43%-
XYZ14.5114.530.47-
YUV105.22152.71115-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=25.44%
G=30.99%
B=43.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871061490.420.2900.42221.6126.2746.27
Hex576A952A1D02Ade1a2e
Octal12715222552350523363256
Binary10101111101010100101011010101110101010101101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,106,149); }

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

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

 a { background-color: rgb(87,106,149); }

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

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

 span { border-color: rgb(87,106,149); }

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