Shades of Kashmir Blue #55648C
Tints of Kashmir Blue #55648C
RGB
CMYK
RGB Variations
Color information
#55648C (or 0x55648C) is known color: Kashmir Blue. HEX triplet: 55, 64 and 8C. RGB value is (85,100,140). Sum of RGB (Red+Green+Blue) = 85+100+140=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #55648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55648C is #AA9B73. Grayscale: #636363. Windows color (decimal): -11180916 or 9200725. OLE color: 9200725.
HSL color Cylindrical-coordinate representation of color #55648C: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55648C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 100 | 140 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.45 |
| HSL | 223.64º | 0.24% | 0.44% | - |
| HSV(B) | 223.64º | 0.39% | 0.55% | - |
| XYZ | 13.04 | 12.94 | 26.62 | - |
| YUV | 100.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 140 | 0.39 | 0.29 | 0 | 0.45 | 223.64 | 0.24 | 0.44 |
| Hex | 55 | 64 | 8C | 27 | 1D | 0 | 2D | E0 | 18 | 2C |
| Octal | 125 | 144 | 214 | 47 | 35 | 0 | 55 | 340 | 30 | 54 |
| Binary | 1010101 | 1100100 | 10001100 | 100111 | 11101 | 0 | 101101 | 11100000 | 11000 | 101100 |
Color Harmonies of #55648C
Complementary color
Monochromatic Colors of #55648C
Black with #55648C
Text Example
Text Example
White with #55648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55648C; }
p { color: rgb(85,100,140); }
H1.HeaderClassName
{
color: #55648C;
}
.AnyTagClassName
{
color: #55648C;
}
</style>
background-color css
<style>
a { background-color: #55648C; }
a { background-color: rgb(85,100,140); }
div.DivClassName
{
background-color: #55648C;
}
.BgClassName
{
background-color: #55648C;
}
</style>
border-color css
<style>
span { border-color: #55648C; }
span { border-color: rgb(85,100,140); }
td.TdClassName
{
border-color: #55648C;
}
.TagClassName
{
border-color: #55648C;
}
</style>