#556489

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

Shades of Kashmir Blue #556489

Tints of Kashmir Blue #556489

Color information

#556489 (or 0x556489) is unknown color: approx Kashmir Blue. HEX triplet: 55, 64 and 89. RGB value is (85,100,137). Sum of RGB (Red+Green+Blue) = 85+100+137=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #556489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556489 is #AA9B76. Grayscale: #636363. Windows color (decimal): -11180919 or 9004117. OLE color: 9004117.

HSL color Cylindrical-coordinate representation of color #556489: hue angle of 222.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556489 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85100137-
CMYK0.380.2700.46
HSL222.69º23.42%43.53%-
HSV(B)222.69º37.96%53.73%-
XYZ12.8212.8525.47-
YUV99.73149.03117.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=26.40%
G=31.06%
B=42.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851001370.380.2700.46222.6923.4243.53
Hex556489261B02Edf172c
Octal12514421146330563372754
Binary10101011100100100010011001101101101011101101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556489; }

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

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

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

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

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

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

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

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