Shades of Kashmir Blue #55668E
Tints of Kashmir Blue #55668E
RGB
CMYK
RGB Variations
Color information
#55668E (or 0x55668E) is known color: Kashmir Blue. HEX triplet: 55, 66 and 8E. RGB value is (85,102,142). Sum of RGB (Red+Green+Blue) = 85+102+142=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #55668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668E is #AA9971. Grayscale: #656565. Windows color (decimal): -11180402 or 9332309. OLE color: 9332309.
HSL color Cylindrical-coordinate representation of color #55668E: hue angle of 222.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55668E is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 102 | 142 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.44 |
| HSL | 222.11º | 0.25% | 0.45% | - |
| HSV(B) | 222.11º | 0.4% | 0.56% | - |
| XYZ | 13.38 | 13.39 | 27.47 | - |
| YUV | 101.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 142 | 0.40 | 0.28 | 0 | 0.44 | 222.11 | 0.25 | 0.45 |
| Hex | 55 | 66 | 8E | 28 | 1C | 0 | 2C | DE | 19 | 2D |
| Octal | 125 | 146 | 216 | 50 | 34 | 0 | 54 | 336 | 31 | 55 |
| Binary | 1010101 | 1100110 | 10001110 | 101000 | 11100 | 0 | 101100 | 11011110 | 11001 | 101101 |
Color Harmonies of #55668E
Complementary color
Monochromatic Colors of #55668E
Black with #55668E
Text Example
Text Example
White with #55668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55668E; }
p { color: rgb(85,102,142); }
H1.HeaderClassName
{
color: #55668E;
}
.AnyTagClassName
{
color: #55668E;
}
</style>
background-color css
<style>
a { background-color: #55668E; }
a { background-color: rgb(85,102,142); }
div.DivClassName
{
background-color: #55668E;
}
.BgClassName
{
background-color: #55668E;
}
</style>
border-color css
<style>
span { border-color: #55668E; }
span { border-color: rgb(85,102,142); }
td.TdClassName
{
border-color: #55668E;
}
.TagClassName
{
border-color: #55668E;
}
</style>