#556E89

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

Shades of Kashmir Blue #556E89

Tints of Kashmir Blue #556E89

Color information

#556E89 (or 0x556E89) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 89. RGB value is (85,110,137). Sum of RGB (Red+Green+Blue) = 85+110+137=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #556E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E89 is #AA9176. Grayscale: #696969. Windows color (decimal): -11178359 or 9006677. OLE color: 9006677.

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

Color convert

RGB85110137-
CMYK0.380.2000.46
HSL211.15º23.42%43.53%-
HSV(B)211.15º37.96%53.73%-
XYZ13.8414.8925.81-
YUV105.6145.72113.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=25.60%
G=33.13%
B=41.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851101370.380.2000.46211.1523.4243.53
Hex556E89261402Ed3172c
Octal12515621146240563232754
Binary10101011101110100010011001101010001011101101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E89; }

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

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

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

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

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

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

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

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