#566C94

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

Shades of Waikawa Grey #566C94

Tints of Waikawa Grey #566C94

Color information

#566C94 (or 0x566C94) is unknown color: approx Waikawa Grey. HEX triplet: 56, 6C and 94. RGB value is (86,108,148). Sum of RGB (Red+Green+Blue) = 86+108+148=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #566C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C94 is #A9936B. Grayscale: #696969. Windows color (decimal): -11113324 or 9727062. OLE color: 9727062.

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

Color convert

RGB86108148-
CMYK0.420.2700.42
HSL218.71º26.5%45.88%-
HSV(B)218.71º41.89%58.04%-
XYZ14.5514.8430.12-
YUV105.98151.71113.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=25.15%
G=31.58%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861081480.420.2700.42218.7126.545.88
Hex566C942A1B02Adb1a2e
Octal12615422452330523333256
Binary10101101101100100101001010101101101010101101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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