Shades of Kashmir Blue #55728D
Tints of Kashmir Blue #55728D
RGB
CMYK
RGB Variations
Color information
#55728D (or 0x55728D) is known color: Kashmir Blue. HEX triplet: 55, 72 and 8D. RGB value is (85,114,141). Sum of RGB (Red+Green+Blue) = 85+114+141=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #55728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728D is #AA8D72. Grayscale: #6C6C6C. Windows color (decimal): -11177331 or 9269845. OLE color: 9269845.
HSL color Cylindrical-coordinate representation of color #55728D: hue angle of 208.93º 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 #55728D is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 114 | 141 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.45 |
| HSL | 208.93º | 0.25% | 0.44% | - |
| HSV(B) | 208.93º | 0.4% | 0.55% | - |
| XYZ | 14.57 | 15.89 | 27.5 | - |
| YUV | 108.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 141 | 0.40 | 0.19 | 0 | 0.45 | 208.93 | 0.25 | 0.44 |
| Hex | 55 | 72 | 8D | 28 | 13 | 0 | 2D | D1 | 19 | 2C |
| Octal | 125 | 162 | 215 | 50 | 23 | 0 | 55 | 321 | 31 | 54 |
| Binary | 1010101 | 1110010 | 10001101 | 101000 | 10011 | 0 | 101101 | 11010001 | 11001 | 101100 |
Color Harmonies of #55728D
Complementary color
Monochromatic Colors of #55728D
Black with #55728D
Text Example
Text Example
White with #55728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55728D; }
p { color: rgb(85,114,141); }
H1.HeaderClassName
{
color: #55728D;
}
.AnyTagClassName
{
color: #55728D;
}
</style>
background-color css
<style>
a { background-color: #55728D; }
a { background-color: rgb(85,114,141); }
div.DivClassName
{
background-color: #55728D;
}
.BgClassName
{
background-color: #55728D;
}
</style>
border-color css
<style>
span { border-color: #55728D; }
span { border-color: rgb(85,114,141); }
td.TdClassName
{
border-color: #55728D;
}
.TagClassName
{
border-color: #55728D;
}
</style>