#566393

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

Shades of Waikawa Grey #566393

Tints of Waikawa Grey #566393

Color information

#566393 (or 0x566393) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 93. RGB value is (86,99,147). Sum of RGB (Red+Green+Blue) = 86+99+147=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #566393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566393 is #A99C6C. Grayscale: #646464. Windows color (decimal): -11115629 or 9659222. OLE color: 9659222.

HSL color Cylindrical-coordinate representation of color #566393: hue angle of 227.21º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566393 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8699147-
CMYK0.410.3300.42
HSL227.21º26.18%45.69%-
HSV(B)227.21º41.5%57.65%-
XYZ13.5713.0129.4-
YUV100.58154.19117.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=25.90%
G=29.82%
B=44.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86991470.410.3300.42227.2126.1845.69
Hex566393292102Ae31a2e
Octal12614322351410523433256
Binary101011011000111001001110100110000101010101110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566393; }

 p { color: rgb(86,99,147); }

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

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

 a { background-color: rgb(86,99,147); }

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

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

 span { border-color: rgb(86,99,147); }

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