#566087

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

Shades of Waikawa Grey #566087

Tints of Waikawa Grey #566087

Color information

#566087 (or 0x566087) is unknown color: approx Waikawa Grey. HEX triplet: 56, 60 and 87. RGB value is (86,96,135). Sum of RGB (Red+Green+Blue) = 86+96+135=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #566087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566087 is #A99F78. Grayscale: #616161. Windows color (decimal): -11116409 or 8872022. OLE color: 8872022.

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

Color convert

RGB8696135-
CMYK0.360.2900.47
HSL227.76º22.17%43.33%-
HSV(B)227.76º36.3%52.94%-
XYZ12.3912.0924.6-
YUV97.46149.19119.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=27.13%
G=30.28%
B=42.59%

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
Decimal86961350.360.2900.47227.7622.1743.33
Hex566087241D02Fe4162b
Octal12614020744350573442653
Binary10101101100000100001111001001110101011111110010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566087; }

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

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

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

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

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

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

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

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