Shades of Kashmir Blue #55668D
Tints of Kashmir Blue #55668D
RGB
CMYK
RGB Variations
Color information
#55668D (or 0x55668D) is known color: Kashmir Blue. HEX triplet: 55, 66 and 8D. RGB value is (85,102,141). Sum of RGB (Red+Green+Blue) = 85+102+141=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #55668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668D is #AA9972. Grayscale: #656565. Windows color (decimal): -11180403 or 9266773. OLE color: 9266773.
HSL color Cylindrical-coordinate representation of color #55668D: hue angle of 221.79º 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 #55668D is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 102 | 141 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.45 |
| HSL | 221.79º | 0.25% | 0.44% | - |
| HSV(B) | 221.79º | 0.4% | 0.55% | - |
| XYZ | 13.31 | 13.36 | 27.08 | - |
| YUV | 101.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 141 | 0.40 | 0.28 | 0 | 0.45 | 221.79 | 0.25 | 0.44 |
| Hex | 55 | 66 | 8D | 28 | 1C | 0 | 2D | DE | 19 | 2C |
| Octal | 125 | 146 | 215 | 50 | 34 | 0 | 55 | 336 | 31 | 54 |
| Binary | 1010101 | 1100110 | 10001101 | 101000 | 11100 | 0 | 101101 | 11011110 | 11001 | 101100 |
Color Harmonies of #55668D
Complementary color
Monochromatic Colors of #55668D
Black with #55668D
Text Example
Text Example
White with #55668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55668D; }
p { color: rgb(85,102,141); }
H1.HeaderClassName
{
color: #55668D;
}
.AnyTagClassName
{
color: #55668D;
}
</style>
background-color css
<style>
a { background-color: #55668D; }
a { background-color: rgb(85,102,141); }
div.DivClassName
{
background-color: #55668D;
}
.BgClassName
{
background-color: #55668D;
}
</style>
border-color css
<style>
span { border-color: #55668D; }
span { border-color: rgb(85,102,141); }
td.TdClassName
{
border-color: #55668D;
}
.TagClassName
{
border-color: #55668D;
}
</style>