#556E8D

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

Shades of Kashmir Blue #556E8D

Tints of Kashmir Blue #556E8D

Color information

#556E8D (or 0x556E8D) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6E and 8D. RGB value is (85,110,141). Sum of RGB (Red+Green+Blue) = 85+110+141=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #556E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8D is #AA9172. Grayscale: #696969. Windows color (decimal): -11178355 or 9268821. OLE color: 9268821.

HSL color Cylindrical-coordinate representation of color #556E8D: hue angle of 213.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #556E8D is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85110141-
CMYK0.400.2200.45
HSL213.21º24.78%44.31%-
HSV(B)213.21º39.72%55.29%-
XYZ14.1315.0127.35-
YUV106.06147.72112.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=25.30%
G=32.74%
B=41.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851101410.400.2200.45213.2124.7844.31
Hex556E8D281602Dd5192c
Octal12515621550260553253154
Binary10101011101110100011011010001011001011011101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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