#566088

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

Shades of Waikawa Grey #566088

Tints of Waikawa Grey #566088

Color information

#566088 (or 0x566088) is unknown color: approx Waikawa Grey. HEX triplet: 56, 60 and 88. RGB value is (86,96,136). Sum of RGB (Red+Green+Blue) = 86+96+136=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #566088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566088 is #A99F77. Grayscale: #616161. Windows color (decimal): -11116408 or 8937558. OLE color: 8937558.

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

Color convert

RGB8696136-
CMYK0.370.2900.47
HSL228º22.52%43.53%-
HSV(B)228º36.76%53.33%-
XYZ12.4612.1224.98-
YUV97.57149.69119.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=27.04%
G=30.19%
B=42.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86961360.370.2900.4722822.5243.53
Hex566088251D02Fe4172c
Octal12614021045350573442754
Binary10101101100000100010001001011110101011111110010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566088; }

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

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

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

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

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

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

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

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