#566890

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

Shades of Waikawa Grey #566890

Tints of Waikawa Grey #566890

Color information

#566890 (or 0x566890) is unknown color: approx Waikawa Grey. HEX triplet: 56, 68 and 90. RGB value is (86,104,144). Sum of RGB (Red+Green+Blue) = 86+104+144=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #566890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566890 is #A9976F. Grayscale: #676767. Windows color (decimal): -11114352 or 9463894. OLE color: 9463894.

HSL color Cylindrical-coordinate representation of color #566890: hue angle of 221.38º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566890 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86104144-
CMYK0.400.2800.44
HSL221.38º25.22%45.1%-
HSV(B)221.38º40.28%56.47%-
XYZ13.8213.8928.34-
YUV103.18151.04115.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=25.75%
G=31.14%
B=43.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861041440.400.2800.44221.3825.2245.1
Hex566890281C02Cdd192d
Octal12615022050340543353155
Binary10101101101000100100001010001110001011001101110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566890; }

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

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

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

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

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

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

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

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