#566395

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

Shades of Waikawa Grey #566395

Tints of Waikawa Grey #566395

Color information

#566395 (or 0x566395) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 95. RGB value is (86,99,149). Sum of RGB (Red+Green+Blue) = 86+99+149=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #566395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566395 is #A99C6A. Grayscale: #646464. Windows color (decimal): -11115627 or 9790294. OLE color: 9790294.

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

Color convert

RGB8699149-
CMYK0.420.3400.42
HSL227.62º26.81%46.08%-
HSV(B)227.62º42.28%58.43%-
XYZ13.7213.0730.23-
YUV100.81155.19117.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=25.75%
G=29.64%
B=44.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86991490.420.3400.42227.6226.8146.08
Hex5663952A2202Ae41b2e
Octal12614322552420523443356
Binary101011011000111001010110101010001001010101110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566395; }

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

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

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

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

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

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

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

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