#556882

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

Shades of Kashmir Blue #556882

Tints of Kashmir Blue #556882

Color information

#556882 (or 0x556882) is unknown color: approx Kashmir Blue. HEX triplet: 55, 68 and 82. RGB value is (85,104,130). Sum of RGB (Red+Green+Blue) = 85+104+130=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #556882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556882 is #AA977D. Grayscale: #656565. Windows color (decimal): -11179902 or 8546389. OLE color: 8546389.

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

Color convert

RGB85104130-
CMYK0.350.200.49
HSL214.67º20.93%42.16%-
HSV(B)214.67º34.62%50.98%-
XYZ12.7313.4423.04-
YUV101.28144.21116.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=26.65%
G=32.60%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851041300.350.200.49214.6720.9342.16
Hex5568822314031d7152a
Octal12515020243240613272552
Binary10101011101000100000101000111010001100011101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556882; }

 p { color: rgb(85,104,130); }

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

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

 a { background-color: rgb(85,104,130); }

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

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

 span { border-color: rgb(85,104,130); }

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