#566695

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

Shades of Waikawa Grey #566695

Tints of Waikawa Grey #566695

Color information

#566695 (or 0x566695) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 95. RGB value is (86,102,149). Sum of RGB (Red+Green+Blue) = 86+102+149=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #566695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566695 is #A9996A. Grayscale: #666666. Windows color (decimal): -11114859 or 9791062. OLE color: 9791062.

HSL color Cylindrical-coordinate representation of color #566695: hue angle of 224.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #566695 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86102149-
CMYK0.420.3200.42
HSL224.76º26.81%46.08%-
HSV(B)224.76º42.28%58.43%-
XYZ14.0113.6530.33-
YUV102.57154.2116.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=25.52%
G=30.27%
B=44.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861021490.420.3200.42224.7626.8146.08
Hex5666952A2002Ae11b2e
Octal12614622552400523413356
Binary101011011001101001010110101010000001010101110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566695; }

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

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

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

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

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

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

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

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