#566999

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

Shades of Waikawa Grey #566999

Tints of Waikawa Grey #566999

Color information

#566999 (or 0x566999) is unknown color: approx Waikawa Grey. HEX triplet: 56, 69 and 99. RGB value is (86,105,153). Sum of RGB (Red+Green+Blue) = 86+105+153=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #566999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566999 is #A99666. Grayscale: #686868. Windows color (decimal): -11114087 or 10053974. OLE color: 10053974.

HSL color Cylindrical-coordinate representation of color #566999: hue angle of 222.99º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #566999 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86105153-
CMYK0.440.3100.4
HSL222.99º28.03%46.86%-
HSV(B)222.99º43.79%60%-
XYZ14.6414.3832.14-
YUV104.79155.21114.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=25%
G=30.52%
B=44.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861051530.440.3100.4222.9928.0346.86
Hex5669992C1F028df1c2f
Octal12615123154370503373457
Binary10101101101001100110011011001111101010001101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566999; }

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

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

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

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

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

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

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

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