#576186

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

Shades of Waikawa Grey #576186

Tints of Waikawa Grey #576186

Color information

#576186 (or 0x576186) is unknown color: approx Waikawa Grey. HEX triplet: 57, 61 and 86. RGB value is (87,97,134). Sum of RGB (Red+Green+Blue) = 87+97+134=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #576186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576186 is #A89E79. Grayscale: #626262. Windows color (decimal): -11050618 or 8806743. OLE color: 8806743.

HSL color Cylindrical-coordinate representation of color #576186: hue angle of 227.23º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #576186 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8797134-
CMYK0.350.2800.47
HSL227.23º21.27%43.33%-
HSV(B)227.23º35.07%52.55%-
XYZ12.5112.324.27-
YUV98.23148.19119.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=27.36%
G=30.50%
B=42.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87971340.350.2800.47227.2321.2743.33
Hex576186231C02Fe3152b
Octal12714120643340573432553
Binary10101111100001100001101000111110001011111110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576186; }

 p { color: rgb(87,97,134); }

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

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

 a { background-color: rgb(87,97,134); }

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

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

 span { border-color: rgb(87,97,134); }

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