Shades of Kashmir Blue #556D92
Tints of Kashmir Blue #556D92
RGB
CMYK
RGB Variations
Color information
#556D92 (or 0x556D92) is known color: Kashmir Blue. HEX triplet: 55, 6D and 92. RGB value is (85,109,146). Sum of RGB (Red+Green+Blue) = 85+109+146=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #556D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D92 is #AA926D. Grayscale: #696969. Windows color (decimal): -11178606 or 9596245. OLE color: 9596245.
HSL color Cylindrical-coordinate representation of color #556D92: hue angle of 216.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556D92 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 109 | 146 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.43 |
| HSL | 216.39º | 0.26% | 0.45% | - |
| HSV(B) | 216.39º | 0.42% | 0.57% | - |
| XYZ | 14.4 | 14.94 | 29.32 | - |
| YUV | 106.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 146 | 0.42 | 0.25 | 0 | 0.43 | 216.39 | 0.26 | 0.45 |
| Hex | 55 | 6D | 92 | 2A | 19 | 0 | 2B | D8 | 1A | 2D |
| Octal | 125 | 155 | 222 | 52 | 31 | 0 | 53 | 330 | 32 | 55 |
| Binary | 1010101 | 1101101 | 10010010 | 101010 | 11001 | 0 | 101011 | 11011000 | 11010 | 101101 |
Color Harmonies of #556D92
Complementary color
Monochromatic Colors of #556D92
Black with #556D92
Text Example
Text Example
White with #556D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D92; }
p { color: rgb(85,109,146); }
H1.HeaderClassName
{
color: #556D92;
}
.AnyTagClassName
{
color: #556D92;
}
</style>
background-color css
<style>
a { background-color: #556D92; }
a { background-color: rgb(85,109,146); }
div.DivClassName
{
background-color: #556D92;
}
.BgClassName
{
background-color: #556D92;
}
</style>
border-color css
<style>
span { border-color: #556D92; }
span { border-color: rgb(85,109,146); }
td.TdClassName
{
border-color: #556D92;
}
.TagClassName
{
border-color: #556D92;
}
</style>