#556989

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

Shades of Kashmir Blue #556989

Tints of Kashmir Blue #556989

Color information

#556989 (or 0x556989) is unknown color: approx Kashmir Blue. HEX triplet: 55, 69 and 89. RGB value is (85,105,137). Sum of RGB (Red+Green+Blue) = 85+105+137=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #556989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556989 is #AA9676. Grayscale: #666666. Windows color (decimal): -11179639 or 9005397. OLE color: 9005397.

HSL color Cylindrical-coordinate representation of color #556989: hue angle of 216.92º 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 #556989 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85105137-
CMYK0.380.2300.46
HSL216.92º23.42%43.53%-
HSV(B)216.92º37.96%53.73%-
XYZ13.3113.8425.64-
YUV102.67147.37115.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=25.99%
G=32.11%
B=41.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851051370.380.2300.46216.9223.4243.53
Hex556989261702Ed9172c
Octal12515121146270563312754
Binary10101011101001100010011001101011101011101101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556989; }

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

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

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

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

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

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

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

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