#576087

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

Shades of Waikawa Grey #576087

Tints of Waikawa Grey #576087

Color information

#576087 (or 0x576087) is unknown color: approx Waikawa Grey. HEX triplet: 57, 60 and 87. RGB value is (87,96,135). Sum of RGB (Red+Green+Blue) = 87+96+135=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #576087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576087 is #A89F78. Grayscale: #616161. Windows color (decimal): -11050873 or 8872023. OLE color: 8872023.

HSL color Cylindrical-coordinate representation of color #576087: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576087 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8796135-
CMYK0.360.2900.47
HSL228.75º21.62%43.53%-
HSV(B)228.75º35.56%52.94%-
XYZ12.4912.1424.61-
YUV97.76149.02120.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=27.36%
G=30.19%
B=42.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87961350.360.2900.47228.7521.6243.53
Hex576087241D02Fe5162c
Octal12714020744350573452654
Binary10101111100000100001111001001110101011111110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576087; }

 p { color: rgb(87,96,135); }

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

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

 a { background-color: rgb(87,96,135); }

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

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

 span { border-color: rgb(87,96,135); }

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