#566599

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

Shades of Waikawa Grey #566599

Tints of Waikawa Grey #566599

Color information

#566599 (or 0x566599) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 99. RGB value is (86,101,153). Sum of RGB (Red+Green+Blue) = 86+101+153=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #566599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566599 is #A99A66. Grayscale: #666666. Windows color (decimal): -11115111 or 10052950. OLE color: 10052950.

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

Color convert

RGB86101153-
CMYK0.440.3400.4
HSL226.57º28.03%46.86%-
HSV(B)226.57º43.79%60%-
XYZ14.2413.5932.01-
YUV102.44156.53116.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 153 (60.16% from 255) = 45%
R=25.29%
G=29.71%
B=45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861011530.440.3400.4226.5728.0346.86
Hex5665992C22028e31c2f
Octal12614523154420503433457
Binary101011011001011001100110110010001001010001110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566599; }

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

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

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

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

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

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

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

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