#566A94

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

Shades of Waikawa Grey #566A94

Tints of Waikawa Grey #566A94

Color information

#566A94 (or 0x566A94) is unknown color: approx Waikawa Grey. HEX triplet: 56, 6A and 94. RGB value is (86,106,148). Sum of RGB (Red+Green+Blue) = 86+106+148=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #566A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A94 is #A9956B. Grayscale: #686868. Windows color (decimal): -11113836 or 9726550. OLE color: 9726550.

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

Color convert

RGB86106148-
CMYK0.420.2800.42
HSL220.65º26.5%45.88%-
HSV(B)220.65º41.89%58.04%-
XYZ14.3414.4230.05-
YUV104.81152.37114.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=25.29%
G=31.18%
B=43.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861061480.420.2800.42220.6526.545.88
Hex566A942A1C02Add1a2e
Octal12615222452340523353256
Binary10101101101010100101001010101110001010101101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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