#556484

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

Shades of Kashmir Blue #556484

Tints of Kashmir Blue #556484

Color information

#556484 (or 0x556484) is unknown color: approx Kashmir Blue. HEX triplet: 55, 64 and 84. RGB value is (85,100,132). Sum of RGB (Red+Green+Blue) = 85+100+132=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #556484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556484 is #AA9B7B. Grayscale: #636363. Windows color (decimal): -11180924 or 8676437. OLE color: 8676437.

HSL color Cylindrical-coordinate representation of color #556484: hue angle of 220.85º 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 #556484 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85100132-
CMYK0.360.2400.48
HSL220.85º21.66%42.55%-
HSV(B)220.85º35.61%51.76%-
XYZ12.4712.7123.63-
YUV99.16146.53117.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=26.81%
G=31.55%
B=41.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851001320.360.2400.48220.8521.6642.55
Hex5564842418030dd162b
Octal12514420444300603352653
Binary10101011100100100001001001001100001100001101110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556484; }

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

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

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

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

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

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

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

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