#566894

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

Shades of Waikawa Grey #566894

Tints of Waikawa Grey #566894

Color information

#566894 (or 0x566894) is unknown color: approx Waikawa Grey. HEX triplet: 56, 68 and 94. RGB value is (86,104,148). Sum of RGB (Red+Green+Blue) = 86+104+148=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #566894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566894 is #A9976B. Grayscale: #676767. Windows color (decimal): -11114348 or 9726038. OLE color: 9726038.

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

Color convert

RGB86104148-
CMYK0.420.3000.42
HSL222.58º26.5%45.88%-
HSV(B)222.58º41.89%58.04%-
XYZ14.1314.0229.98-
YUV103.63153.04115.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=25.44%
G=30.77%
B=43.79%

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
Decimal861041480.420.3000.42222.5826.545.88
Hex5668942A1E02Adf1a2e
Octal12615022452360523373256
Binary10101101101000100101001010101111001010101101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566894; }

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

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

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

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

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

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

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

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