Shades of Kashmir Blue #55647F
Tints of Kashmir Blue #55647F
RGB
CMYK
RGB Variations
Color information
#55647F (or 0x55647F) is known color: Kashmir Blue. HEX triplet: 55, 64 and 7F. RGB value is (85,100,127). Sum of RGB (Red+Green+Blue) = 85+100+127=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #55647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55647F is #AA9B80. Grayscale: #626262. Windows color (decimal): -11180929 or 8348757. OLE color: 8348757.
HSL color Cylindrical-coordinate representation of color #55647F: hue angle of 218.57º 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 #55647F is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 100 | 127 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.50 |
| HSL | 218.57º | 0.2% | 0.42% | - |
| HSV(B) | 218.57º | 0.33% | 0.5% | - |
| XYZ | 12.13 | 12.58 | 21.87 | - |
| YUV | 98.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 127 | 0.33 | 0.21 | 0 | 0.50 | 218.57 | 0.2 | 0.42 |
| Hex | 55 | 64 | 7F | 21 | 15 | 0 | 32 | DB | 14 | 2A |
| Octal | 125 | 144 | 177 | 41 | 25 | 0 | 62 | 333 | 24 | 52 |
| Binary | 1010101 | 1100100 | 1111111 | 100001 | 10101 | 0 | 110010 | 11011011 | 10100 | 101010 |
Color Harmonies of #55647F
Complementary color
Monochromatic Colors of #55647F
Black with #55647F
Text Example
Text Example
White with #55647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55647F; }
p { color: rgb(85,100,127); }
H1.HeaderClassName
{
color: #55647F;
}
.AnyTagClassName
{
color: #55647F;
}
</style>
background-color css
<style>
a { background-color: #55647F; }
a { background-color: rgb(85,100,127); }
div.DivClassName
{
background-color: #55647F;
}
.BgClassName
{
background-color: #55647F;
}
</style>
border-color css
<style>
span { border-color: #55647F; }
span { border-color: rgb(85,100,127); }
td.TdClassName
{
border-color: #55647F;
}
.TagClassName
{
border-color: #55647F;
}
</style>