#556B8D

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

Shades of Kashmir Blue #556B8D

Tints of Kashmir Blue #556B8D

Color information

#556B8D (or 0x556B8D) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6B and 8D. RGB value is (85,107,141). Sum of RGB (Red+Green+Blue) = 85+107+141=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #556B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B8D is #AA9472. Grayscale: #686868. Windows color (decimal): -11179123 or 9268053. OLE color: 9268053.

HSL color Cylindrical-coordinate representation of color #556B8D: hue angle of 216.43º 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 #556B8D is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85107141-
CMYK0.400.2400.45
HSL216.43º24.78%44.31%-
HSV(B)216.43º39.72%55.29%-
XYZ13.8114.3727.24-
YUV104.3148.71114.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=25.53%
G=32.13%
B=42.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851071410.400.2400.45216.4324.7844.31
Hex556B8D281802Dd8192c
Octal12515321550300553303154
Binary10101011101011100011011010001100001011011101100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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