Shades of Kashmir Blue #55718D
Tints of Kashmir Blue #55718D
RGB
CMYK
RGB Variations
Color information
#55718D (or 0x55718D) is known color: Kashmir Blue. HEX triplet: 55, 71 and 8D. RGB value is (85,113,141). Sum of RGB (Red+Green+Blue) = 85+113+141=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #55718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718D is #AA8E72. Grayscale: #6B6B6B. Windows color (decimal): -11177587 or 9269589. OLE color: 9269589.
HSL color Cylindrical-coordinate representation of color #55718D: hue angle of 210º 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 #55718D is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 113 | 141 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.45 |
| HSL | 210º | 0.25% | 0.44% | - |
| HSV(B) | 210º | 0.4% | 0.55% | - |
| XYZ | 14.46 | 15.66 | 27.46 | - |
| YUV | 107.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 141 | 0.40 | 0.20 | 0 | 0.45 | 210 | 0.25 | 0.44 |
| Hex | 55 | 71 | 8D | 28 | 14 | 0 | 2D | D2 | 19 | 2C |
| Octal | 125 | 161 | 215 | 50 | 24 | 0 | 55 | 322 | 31 | 54 |
| Binary | 1010101 | 1110001 | 10001101 | 101000 | 10100 | 0 | 101101 | 11010010 | 11001 | 101100 |
Color Harmonies of #55718D
Complementary color
Monochromatic Colors of #55718D
Black with #55718D
Text Example
Text Example
White with #55718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55718D; }
p { color: rgb(85,113,141); }
H1.HeaderClassName
{
color: #55718D;
}
.AnyTagClassName
{
color: #55718D;
}
</style>
background-color css
<style>
a { background-color: #55718D; }
a { background-color: rgb(85,113,141); }
div.DivClassName
{
background-color: #55718D;
}
.BgClassName
{
background-color: #55718D;
}
</style>
border-color css
<style>
span { border-color: #55718D; }
span { border-color: rgb(85,113,141); }
td.TdClassName
{
border-color: #55718D;
}
.TagClassName
{
border-color: #55718D;
}
</style>