#556B89

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

Shades of Kashmir Blue #556B89

Tints of Kashmir Blue #556B89

Color information

#556B89 (or 0x556B89) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6B and 89. RGB value is (85,107,137). Sum of RGB (Red+Green+Blue) = 85+107+137=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #556B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B89 is #AA9476. Grayscale: #676767. Windows color (decimal): -11179127 or 9005909. OLE color: 9005909.

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

Color convert

RGB85107137-
CMYK0.380.2200.46
HSL214.62º23.42%43.53%-
HSV(B)214.62º37.96%53.73%-
XYZ13.5214.2525.71-
YUV103.84146.71114.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=25.84%
G=32.52%
B=41.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851071370.380.2200.46214.6223.4243.53
Hex556B89261602Ed7172c
Octal12515321146260563272754
Binary10101011101011100010011001101011001011101101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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