#566895

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

Shades of Waikawa Grey #566895

Tints of Waikawa Grey #566895

Color information

#566895 (or 0x566895) is unknown color: approx Waikawa Grey. HEX triplet: 56, 68 and 95. RGB value is (86,104,149). Sum of RGB (Red+Green+Blue) = 86+104+149=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #566895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566895 is #A9976A. Grayscale: #676767. Windows color (decimal): -11114347 or 9791574. OLE color: 9791574.

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

Color convert

RGB86104149-
CMYK0.420.3000.42
HSL222.86º26.81%46.08%-
HSV(B)222.86º42.28%58.43%-
XYZ14.2114.0530.4-
YUV103.75153.54115.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=25.37%
G=30.68%
B=43.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861041490.420.3000.42222.8626.8146.08
Hex5668952A1E02Adf1b2e
Octal12615022552360523373356
Binary10101101101000100101011010101111001010101101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566895; }

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

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

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

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

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

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

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

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