Shades of Kashmir Blue #55718E
Tints of Kashmir Blue #55718E
RGB
CMYK
RGB Variations
Color information
#55718E (or 0x55718E) is known color: Kashmir Blue. HEX triplet: 55, 71 and 8E. RGB value is (85,113,142). Sum of RGB (Red+Green+Blue) = 85+113+142=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #55718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718E is #AA8E71. Grayscale: #6B6B6B. Windows color (decimal): -11177586 or 9335125. OLE color: 9335125.
HSL color Cylindrical-coordinate representation of color #55718E: hue angle of 210.53º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55718E is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 113 | 142 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.44 |
| HSL | 210.53º | 0.25% | 0.45% | - |
| HSV(B) | 210.53º | 0.4% | 0.56% | - |
| XYZ | 14.53 | 15.69 | 27.85 | - |
| YUV | 107.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 142 | 0.40 | 0.20 | 0 | 0.44 | 210.53 | 0.25 | 0.45 |
| Hex | 55 | 71 | 8E | 28 | 14 | 0 | 2C | D3 | 19 | 2D |
| Octal | 125 | 161 | 216 | 50 | 24 | 0 | 54 | 323 | 31 | 55 |
| Binary | 1010101 | 1110001 | 10001110 | 101000 | 10100 | 0 | 101100 | 11010011 | 11001 | 101101 |
Color Harmonies of #55718E
Complementary color
Monochromatic Colors of #55718E
Black with #55718E
Text Example
Text Example
White with #55718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55718E; }
p { color: rgb(85,113,142); }
H1.HeaderClassName
{
color: #55718E;
}
.AnyTagClassName
{
color: #55718E;
}
</style>
background-color css
<style>
a { background-color: #55718E; }
a { background-color: rgb(85,113,142); }
div.DivClassName
{
background-color: #55718E;
}
.BgClassName
{
background-color: #55718E;
}
</style>
border-color css
<style>
span { border-color: #55718E; }
span { border-color: rgb(85,113,142); }
td.TdClassName
{
border-color: #55718E;
}
.TagClassName
{
border-color: #55718E;
}
</style>