#566881

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

Shades of Kashmir Blue #566881

Tints of Kashmir Blue #566881

Color information

#566881 (or 0x566881) is unknown color: approx Kashmir Blue. HEX triplet: 56, 68 and 81. RGB value is (86,104,129). Sum of RGB (Red+Green+Blue) = 86+104+129=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #566881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566881 is #A9977E. Grayscale: #656565. Windows color (decimal): -11114367 or 8480854. OLE color: 8480854.

HSL color Cylindrical-coordinate representation of color #566881: hue angle of 214.88º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566881 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86104129-
CMYK0.330.1900.49
HSL214.88º20%42.16%-
HSV(B)214.88º33.33%50.59%-
XYZ12.7513.4622.7-
YUV101.47143.54116.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=26.96%
G=32.60%
B=40.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861041290.330.1900.49214.882042.16
Hex5668812113031d7142a
Octal12615020141230613272452
Binary10101101101000100000011000011001101100011101011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566881; }

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

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

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

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

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

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

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

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