#566994

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

Shades of Waikawa Grey #566994

Tints of Waikawa Grey #566994

Color information

#566994 (or 0x566994) is unknown color: approx Waikawa Grey. HEX triplet: 56, 69 and 94. RGB value is (86,105,148). Sum of RGB (Red+Green+Blue) = 86+105+148=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #566994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566994 is #A9966B. Grayscale: #686868. Windows color (decimal): -11114092 or 9726294. OLE color: 9726294.

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

Color convert

RGB86105148-
CMYK0.420.2900.42
HSL221.61º26.5%45.88%-
HSV(B)221.61º41.89%58.04%-
XYZ14.2314.2230.01-
YUV104.22152.71115-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=25.37%
G=30.97%
B=43.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861051480.420.2900.42221.6126.545.88
Hex5669942A1D02Ade1a2e
Octal12615122452350523363256
Binary10101101101001100101001010101110101010101101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566994; }

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

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

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

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

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

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

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

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