Shades of Kashmir Blue #55678C
Tints of Kashmir Blue #55678C
RGB
CMYK
RGB Variations
Color information
#55678C (or 0x55678C) is known color: Kashmir Blue. HEX triplet: 55, 67 and 8C. RGB value is (85,103,140). Sum of RGB (Red+Green+Blue) = 85+103+140=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #55678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55678C is #AA9873. Grayscale: #656565. Windows color (decimal): -11180148 or 9201493. OLE color: 9201493.
HSL color Cylindrical-coordinate representation of color #55678C: hue angle of 220.36º 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 #55678C is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 103 | 140 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.45 |
| HSL | 220.36º | 0.24% | 0.44% | - |
| HSV(B) | 220.36º | 0.39% | 0.55% | - |
| XYZ | 13.33 | 13.53 | 26.72 | - |
| YUV | 101.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 140 | 0.39 | 0.26 | 0 | 0.45 | 220.36 | 0.24 | 0.44 |
| Hex | 55 | 67 | 8C | 27 | 1A | 0 | 2D | DC | 18 | 2C |
| Octal | 125 | 147 | 214 | 47 | 32 | 0 | 55 | 334 | 30 | 54 |
| Binary | 1010101 | 1100111 | 10001100 | 100111 | 11010 | 0 | 101101 | 11011100 | 11000 | 101100 |
Color Harmonies of #55678C
Complementary color
Monochromatic Colors of #55678C
Black with #55678C
Text Example
Text Example
White with #55678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55678C; }
p { color: rgb(85,103,140); }
H1.HeaderClassName
{
color: #55678C;
}
.AnyTagClassName
{
color: #55678C;
}
</style>
background-color css
<style>
a { background-color: #55678C; }
a { background-color: rgb(85,103,140); }
div.DivClassName
{
background-color: #55678C;
}
.BgClassName
{
background-color: #55678C;
}
</style>
border-color css
<style>
span { border-color: #55678C; }
span { border-color: rgb(85,103,140); }
td.TdClassName
{
border-color: #55678C;
}
.TagClassName
{
border-color: #55678C;
}
</style>