#566891

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

Shades of Waikawa Grey #566891

Tints of Waikawa Grey #566891

Color information

#566891 (or 0x566891) is unknown color: approx Waikawa Grey. HEX triplet: 56, 68 and 91. RGB value is (86,104,145). Sum of RGB (Red+Green+Blue) = 86+104+145=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #566891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566891 is #A9976E. Grayscale: #676767. Windows color (decimal): -11114351 or 9529430. OLE color: 9529430.

HSL color Cylindrical-coordinate representation of color #566891: hue angle of 221.69º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566891 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86104145-
CMYK0.410.2800.43
HSL221.69º25.54%45.29%-
HSV(B)221.69º40.69%56.86%-
XYZ13.913.9228.74-
YUV103.29151.54115.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=25.67%
G=31.04%
B=43.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861041450.410.2800.43221.6925.5445.29
Hex566891291C02Bde1a2d
Octal12615022151340533363255
Binary10101101101000100100011010011110001010111101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566891; }

 p { color: rgb(86,104,145); }

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

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

 a { background-color: rgb(86,104,145); }

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

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

 span { border-color: rgb(86,104,145); }

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