#566089

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

Shades of Waikawa Grey #566089

Tints of Waikawa Grey #566089

Color information

#566089 (or 0x566089) is unknown color: approx Waikawa Grey. HEX triplet: 56, 60 and 89. RGB value is (86,96,137). Sum of RGB (Red+Green+Blue) = 86+96+137=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #566089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566089 is #A99F76. Grayscale: #616161. Windows color (decimal): -11116407 or 9003094. OLE color: 9003094.

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

Color convert

RGB8696137-
CMYK0.370.3000.46
HSL228.24º22.87%43.73%-
HSV(B)228.24º37.23%53.73%-
XYZ12.5412.1525.35-
YUV97.68150.19119.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=26.96%
G=30.09%
B=42.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86961370.370.3000.46228.2422.8743.73
Hex566089251E02Ee4172c
Octal12614021145360563442754
Binary10101101100000100010011001011111001011101110010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566089; }

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

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

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

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

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

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

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

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