#566E95

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

Shades of Waikawa Grey #566E95

Tints of Waikawa Grey #566E95

Color information

#566E95 (or 0x566E95) is unknown color: approx Waikawa Grey. HEX triplet: 56, 6E and 95. RGB value is (86,110,149). Sum of RGB (Red+Green+Blue) = 86+110+149=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #566E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E95 is #A9916A. Grayscale: #6B6B6B. Windows color (decimal): -11112811 or 9793110. OLE color: 9793110.

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

Color convert

RGB86110149-
CMYK0.420.2600.42
HSL217.14º26.81%46.08%-
HSV(B)217.14º42.28%58.43%-
XYZ14.8415.330.6-
YUV107.27151.55112.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=24.93%
G=31.88%
B=43.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861101490.420.2600.42217.1426.8146.08
Hex566E952A1A02Ad91b2e
Octal12615622552320523313356
Binary10101101101110100101011010101101001010101101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566E95; }

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

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

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

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

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

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

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

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