#566691

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

Shades of Waikawa Grey #566691

Tints of Waikawa Grey #566691

Color information

#566691 (or 0x566691) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 91. RGB value is (86,102,145). Sum of RGB (Red+Green+Blue) = 86+102+145=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #566691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566691 is #A9996E. Grayscale: #656565. Windows color (decimal): -11114863 or 9528918. OLE color: 9528918.

HSL color Cylindrical-coordinate representation of color #566691: hue angle of 223.73º 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 #566691 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86102145-
CMYK0.410.3000.43
HSL223.73º25.54%45.29%-
HSV(B)223.73º40.69%56.86%-
XYZ13.713.5328.68-
YUV102.12152.2116.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=25.83%
G=30.63%
B=43.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861021450.410.3000.43223.7325.5445.29
Hex566691291E02Be01a2d
Octal12614622151360533403255
Binary10101101100110100100011010011111001010111110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566691; }

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

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

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

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

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

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

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

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