#576D95

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

Shades of Waikawa Grey #576D95

Tints of Waikawa Grey #576D95

Color information

#576D95 (or 0x576D95) is unknown color: approx Waikawa Grey. HEX triplet: 57, 6D and 95. RGB value is (87,109,149). Sum of RGB (Red+Green+Blue) = 87+109+149=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #576D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D95 is #A8926A. Grayscale: #6A6A6A. Windows color (decimal): -11047531 or 9792855. OLE color: 9792855.

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

Color convert

RGB87109149-
CMYK0.420.2700.42
HSL218.71º26.27%46.27%-
HSV(B)218.71º41.61%58.43%-
XYZ14.8215.1330.57-
YUV106.98151.71113.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=25.22%
G=31.59%
B=43.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871091490.420.2700.42218.7126.2746.27
Hex576D952A1B02Adb1a2e
Octal12715522552330523333256
Binary10101111101101100101011010101101101010101101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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