Shades of Kashmir Blue #55698A
Tints of Kashmir Blue #55698A
RGB
CMYK
RGB Variations
Color information
#55698A (or 0x55698A) is known color: Kashmir Blue. HEX triplet: 55, 69 and 8A. RGB value is (85,105,138). Sum of RGB (Red+Green+Blue) = 85+105+138=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #55698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55698A is #AA9675. Grayscale: #666666. Windows color (decimal): -11179638 or 9070933. OLE color: 9070933.
HSL color Cylindrical-coordinate representation of color #55698A: hue angle of 217.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55698A is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 105 | 138 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.46 |
| HSL | 217.36º | 0.24% | 0.44% | - |
| HSV(B) | 217.36º | 0.38% | 0.54% | - |
| XYZ | 13.39 | 13.87 | 26.02 | - |
| YUV | 102.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 138 | 0.38 | 0.24 | 0 | 0.46 | 217.36 | 0.24 | 0.44 |
| Hex | 55 | 69 | 8A | 26 | 18 | 0 | 2E | D9 | 18 | 2C |
| Octal | 125 | 151 | 212 | 46 | 30 | 0 | 56 | 331 | 30 | 54 |
| Binary | 1010101 | 1101001 | 10001010 | 100110 | 11000 | 0 | 101110 | 11011001 | 11000 | 101100 |
Color Harmonies of #55698A
Complementary color
Monochromatic Colors of #55698A
Black with #55698A
Text Example
Text Example
White with #55698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55698A; }
p { color: rgb(85,105,138); }
H1.HeaderClassName
{
color: #55698A;
}
.AnyTagClassName
{
color: #55698A;
}
</style>
background-color css
<style>
a { background-color: #55698A; }
a { background-color: rgb(85,105,138); }
div.DivClassName
{
background-color: #55698A;
}
.BgClassName
{
background-color: #55698A;
}
</style>
border-color css
<style>
span { border-color: #55698A; }
span { border-color: rgb(85,105,138); }
td.TdClassName
{
border-color: #55698A;
}
.TagClassName
{
border-color: #55698A;
}
</style>