#566396

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

Shades of Waikawa Grey #566396

Tints of Waikawa Grey #566396

Color information

#566396 (or 0x566396) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 96. RGB value is (86,99,150). Sum of RGB (Red+Green+Blue) = 86+99+150=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #566396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566396 is #A99C69. Grayscale: #646464. Windows color (decimal): -11115626 or 9855830. OLE color: 9855830.

HSL color Cylindrical-coordinate representation of color #566396: hue angle of 227.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566396 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8699150-
CMYK0.430.3400.41
HSL227.81º27.12%46.27%-
HSV(B)227.81º42.67%58.82%-
XYZ13.813.130.66-
YUV100.93155.69117.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=25.67%
G=29.55%
B=44.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86991500.430.3400.41227.8127.1246.27
Hex5663962B22029e41b2e
Octal12614322653420513443356
Binary101011011000111001011010101110001001010011110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566396; }

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

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

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

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

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

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

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

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