#576b9a

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

Shades of Waikawa Grey #576B9A

Tints of Waikawa Grey #576B9A

Color information

#576B9A (or 0x576B9A) is unknown color: approx Waikawa Grey. HEX triplet: 57, 6B and 9A. RGB value is (87,107,154). Sum of RGB (Red+Green+Blue) = 87+107+154=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #576B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B9A is #A89465. Grayscale: #6A6A6A. Windows color (decimal): -11048038 or 10120023. OLE color: 10120023.

HSL color Cylindrical-coordinate representation of color #576B9A: hue angle of 222.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #576B9A is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87107154-
CMYK0.440.3100.40
HSL222.09º27.8%47.25%-
HSV(B)222.09º43.51%60.39%-
XYZ15.0214.8732.65-
YUV106.38154.87114.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=25%
G=30.75%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871071540.440.3100.40222.0927.847.25
Hex576B9A2C1F028de1c2f
Octal12715323254370503363457
Binary10101111101011100110101011001111101010001101111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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