Shades of Kashmir Blue #556E8F
Tints of Kashmir Blue #556E8F
RGB
CMYK
RGB Variations
Color information
#556E8F (or 0x556E8F) is known color: Kashmir Blue. HEX triplet: 55, 6E and 8F. RGB value is (85,110,143). Sum of RGB (Red+Green+Blue) = 85+110+143=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #556E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E8F is #AA9170. Grayscale: #6A6A6A. Windows color (decimal): -11178353 or 9399893. OLE color: 9399893.
HSL color Cylindrical-coordinate representation of color #556E8F: hue angle of 214.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556E8F is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 110 | 143 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.44 |
| HSL | 214.14º | 0.25% | 0.45% | - |
| HSV(B) | 214.14º | 0.41% | 0.56% | - |
| XYZ | 14.28 | 15.07 | 28.14 | - |
| YUV | 106.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 143 | 0.41 | 0.23 | 0 | 0.44 | 214.14 | 0.25 | 0.45 |
| Hex | 55 | 6E | 8F | 29 | 17 | 0 | 2C | D6 | 19 | 2D |
| Octal | 125 | 156 | 217 | 51 | 27 | 0 | 54 | 326 | 31 | 55 |
| Binary | 1010101 | 1101110 | 10001111 | 101001 | 10111 | 0 | 101100 | 11010110 | 11001 | 101101 |
Color Harmonies of #556E8F
Complementary color
Monochromatic Colors of #556E8F
Black with #556E8F
Text Example
Text Example
White with #556E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E8F; }
p { color: rgb(85,110,143); }
H1.HeaderClassName
{
color: #556E8F;
}
.AnyTagClassName
{
color: #556E8F;
}
</style>
background-color css
<style>
a { background-color: #556E8F; }
a { background-color: rgb(85,110,143); }
div.DivClassName
{
background-color: #556E8F;
}
.BgClassName
{
background-color: #556E8F;
}
</style>
border-color css
<style>
span { border-color: #556E8F; }
span { border-color: rgb(85,110,143); }
td.TdClassName
{
border-color: #556E8F;
}
.TagClassName
{
border-color: #556E8F;
}
</style>