Shades of Kashmir Blue #556B8D
Tints of Kashmir Blue #556B8D
RGB
CMYK
RGB Variations
Color information
#556B8D (or 0x556B8D) is known color: 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
| RGB | 85 | 107 | 141 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.45 |
| HSL | 216.43º | 0.25% | 0.44% | - |
| HSV(B) | 216.43º | 0.4% | 0.55% | - |
| XYZ | 13.81 | 14.37 | 27.24 | - |
| YUV | 104.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 141 | 0.40 | 0.24 | 0 | 0.45 | 216.43 | 0.25 | 0.44 |
| Hex | 55 | 6B | 8D | 28 | 18 | 0 | 2D | D8 | 19 | 2C |
| Octal | 125 | 153 | 215 | 50 | 30 | 0 | 55 | 330 | 31 | 54 |
| Binary | 1010101 | 1101011 | 10001101 | 101000 | 11000 | 0 | 101101 | 11011000 | 11001 | 101100 |
Color Harmonies of #556B8D
Complementary color
Monochromatic Colors of #556B8D
Black with #556B8D
Text Example
Text Example
White with #556B8D
Text Example
Text Example
HTML Codes & Css Web 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>