Shades of Kashmir Blue #55688A
Tints of Kashmir Blue #55688A
RGB
CMYK
RGB Variations
Color information
#55688A (or 0x55688A) is known color: Kashmir Blue. HEX triplet: 55, 68 and 8A. RGB value is (85,104,138). Sum of RGB (Red+Green+Blue) = 85+104+138=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #55688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55688A is #AA9775. Grayscale: #666666. Windows color (decimal): -11179894 or 9070677. OLE color: 9070677.
HSL color Cylindrical-coordinate representation of color #55688A: hue angle of 218.49º 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 #55688A is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 104 | 138 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.46 |
| HSL | 218.49º | 0.24% | 0.44% | - |
| HSV(B) | 218.49º | 0.38% | 0.54% | - |
| XYZ | 13.28 | 13.67 | 25.98 | - |
| YUV | 102.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 138 | 0.38 | 0.25 | 0 | 0.46 | 218.49 | 0.24 | 0.44 |
| Hex | 55 | 68 | 8A | 26 | 19 | 0 | 2E | DA | 18 | 2C |
| Octal | 125 | 150 | 212 | 46 | 31 | 0 | 56 | 332 | 30 | 54 |
| Binary | 1010101 | 1101000 | 10001010 | 100110 | 11001 | 0 | 101110 | 11011010 | 11000 | 101100 |
Color Harmonies of #55688A
Complementary color
Monochromatic Colors of #55688A
Black with #55688A
Text Example
Text Example
White with #55688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55688A; }
p { color: rgb(85,104,138); }
H1.HeaderClassName
{
color: #55688A;
}
.AnyTagClassName
{
color: #55688A;
}
</style>
background-color css
<style>
a { background-color: #55688A; }
a { background-color: rgb(85,104,138); }
div.DivClassName
{
background-color: #55688A;
}
.BgClassName
{
background-color: #55688A;
}
</style>
border-color css
<style>
span { border-color: #55688A; }
span { border-color: rgb(85,104,138); }
td.TdClassName
{
border-color: #55688A;
}
.TagClassName
{
border-color: #55688A;
}
</style>