#566D94

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

Shades of Waikawa Grey #566D94

Tints of Waikawa Grey #566D94

Color information

#566D94 (or 0x566D94) is unknown color: approx Waikawa Grey. HEX triplet: 56, 6D and 94. RGB value is (86,109,148). Sum of RGB (Red+Green+Blue) = 86+109+148=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #566D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D94 is #A9926B. Grayscale: #6A6A6A. Windows color (decimal): -11113068 or 9727318. OLE color: 9727318.

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

Color convert

RGB86109148-
CMYK0.420.2600.42
HSL217.74º26.5%45.88%-
HSV(B)217.74º41.89%58.04%-
XYZ14.6515.0530.15-
YUV106.57151.38113.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=25.07%
G=31.78%
B=43.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861091480.420.2600.42217.7426.545.88
Hex566D942A1A02Ada1a2e
Octal12615522452320523323256
Binary10101101101101100101001010101101001010101101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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