#566690

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

Shades of Waikawa Grey #566690

Tints of Waikawa Grey #566690

Color information

#566690 (or 0x566690) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 90. RGB value is (86,102,144). Sum of RGB (Red+Green+Blue) = 86+102+144=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #566690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566690 is #A9996F. Grayscale: #656565. Windows color (decimal): -11114864 or 9463382. OLE color: 9463382.

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

Color convert

RGB86102144-
CMYK0.400.2900.44
HSL223.45º25.22%45.1%-
HSV(B)223.45º40.28%56.47%-
XYZ13.6213.4928.27-
YUV102151.7116.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=25.90%
G=30.72%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861021440.400.2900.44223.4525.2245.1
Hex566690281D02Cdf192d
Octal12614622050350543373155
Binary10101101100110100100001010001110101011001101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566690; }

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

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

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

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

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

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

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

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