#556984

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

Shades of Kashmir Blue #556984

Tints of Kashmir Blue #556984

Color information

#556984 (or 0x556984) is unknown color: approx Kashmir Blue. HEX triplet: 55, 69 and 84. RGB value is (85,105,132). Sum of RGB (Red+Green+Blue) = 85+105+132=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 105 (41.41% from 255 or 32.61% 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 #556984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556984 is #AA967B. Grayscale: #656565. Windows color (decimal): -11179644 or 8677717. OLE color: 8677717.

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

Color convert

RGB85105132-
CMYK0.360.2000.48
HSL214.47º21.66%42.55%-
HSV(B)214.47º35.61%51.76%-
XYZ12.9613.723.79-
YUV102.1144.87115.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=26.40%
G=32.61%
B=40.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851051320.360.2000.48214.4721.6642.55
Hex5569842414030d6162b
Octal12515120444240603262653
Binary10101011101001100001001001001010001100001101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556984; }

 p { color: rgb(85,105,132); }

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

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

 a { background-color: rgb(85,105,132); }

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

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

 span { border-color: rgb(85,105,132); }

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