#566884

Color #566884 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #566884

Tints of Kashmir Blue #566884

Color information

#566884 (or 0x566884) is unknown color: approx Kashmir Blue. HEX triplet: 56, 68 and 84. RGB value is (86,104,132). Sum of RGB (Red+Green+Blue) = 86+104+132=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #566884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566884 is #A9977B. Grayscale: #656565. Windows color (decimal): -11114364 or 8677462. OLE color: 8677462.

HSL color Cylindrical-coordinate representation of color #566884: hue angle of 216.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566884 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86104132-
CMYK0.350.2100.48
HSL216.52º21.1%42.75%-
HSV(B)216.52º34.85%51.76%-
XYZ12.9513.5523.76-
YUV101.81145.04116.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=26.71%
G=32.30%
B=40.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861041320.350.2100.48216.5221.142.75
Hex5668842315030d9152b
Octal12615020443250603312553
Binary10101101101000100001001000111010101100001101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566884; }

 p { color: rgb(86,104,132); }

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

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

 a { background-color: rgb(86,104,132); }

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

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

 span { border-color: rgb(86,104,132); }

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