Shades of Kashmir Blue #55657F
Tints of Kashmir Blue #55657F
RGB
CMYK
RGB Variations
Color information
#55657F (or 0x55657F) is known color: Kashmir Blue. HEX triplet: 55, 65 and 7F. RGB value is (85,101,127). Sum of RGB (Red+Green+Blue) = 85+101+127=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #55657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55657F is #AA9A80. Grayscale: #636363. Windows color (decimal): -11180673 or 8349013. OLE color: 8349013.
HSL color Cylindrical-coordinate representation of color #55657F: hue angle of 217.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55657F is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 101 | 127 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.50 |
| HSL | 217.14º | 0.2% | 0.42% | - |
| HSV(B) | 217.14º | 0.33% | 0.5% | - |
| XYZ | 12.23 | 12.77 | 21.9 | - |
| YUV | 99.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 127 | 0.33 | 0.20 | 0 | 0.50 | 217.14 | 0.2 | 0.42 |
| Hex | 55 | 65 | 7F | 21 | 14 | 0 | 32 | D9 | 14 | 2A |
| Octal | 125 | 145 | 177 | 41 | 24 | 0 | 62 | 331 | 24 | 52 |
| Binary | 1010101 | 1100101 | 1111111 | 100001 | 10100 | 0 | 110010 | 11011001 | 10100 | 101010 |
Color Harmonies of #55657F
Complementary color
Monochromatic Colors of #55657F
Black with #55657F
Text Example
Text Example
White with #55657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55657F; }
p { color: rgb(85,101,127); }
H1.HeaderClassName
{
color: #55657F;
}
.AnyTagClassName
{
color: #55657F;
}
</style>
background-color css
<style>
a { background-color: #55657F; }
a { background-color: rgb(85,101,127); }
div.DivClassName
{
background-color: #55657F;
}
.BgClassName
{
background-color: #55657F;
}
</style>
border-color css
<style>
span { border-color: #55657F; }
span { border-color: rgb(85,101,127); }
td.TdClassName
{
border-color: #55657F;
}
.TagClassName
{
border-color: #55657F;
}
</style>