#566990

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

Shades of Waikawa Grey #566990

Tints of Waikawa Grey #566990

Color information

#566990 (or 0x566990) is unknown color: approx Waikawa Grey. HEX triplet: 56, 69 and 90. RGB value is (86,105,144). Sum of RGB (Red+Green+Blue) = 86+105+144=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #566990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566990 is #A9966F. Grayscale: #676767. Windows color (decimal): -11114096 or 9464150. OLE color: 9464150.

HSL color Cylindrical-coordinate representation of color #566990: hue angle of 220.34º 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 #566990 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86105144-
CMYK0.400.2700.44
HSL220.34º25.22%45.1%-
HSV(B)220.34º40.28%56.47%-
XYZ13.9214.128.37-
YUV103.76150.71115.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=25.67%
G=31.34%
B=42.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861051440.400.2700.44220.3425.2245.1
Hex566990281B02Cdc192d
Octal12615122050330543343155
Binary10101101101001100100001010001101101011001101110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566990; }

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

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

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

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

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

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

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

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