Shades of Kashmir Blue #55647E
Tints of Kashmir Blue #55647E
RGB
CMYK
RGB Variations
Color information
#55647E (or 0x55647E) is known color: Kashmir Blue. HEX triplet: 55, 64 and 7E. RGB value is (85,100,126). Sum of RGB (Red+Green+Blue) = 85+100+126=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #55647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55647E is #AA9B81. Grayscale: #626262. Windows color (decimal): -11180930 or 8283221. OLE color: 8283221.
HSL color Cylindrical-coordinate representation of color #55647E: hue angle of 218.05º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55647E is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 100 | 126 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.51 |
| HSL | 218.05º | 0.19% | 0.41% | - |
| HSV(B) | 218.05º | 0.33% | 0.49% | - |
| XYZ | 12.07 | 12.55 | 21.53 | - |
| YUV | 98.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 126 | 0.33 | 0.21 | 0 | 0.51 | 218.05 | 0.19 | 0.41 |
| Hex | 55 | 64 | 7E | 21 | 15 | 0 | 33 | DA | 13 | 29 |
| Octal | 125 | 144 | 176 | 41 | 25 | 0 | 63 | 332 | 23 | 51 |
| Binary | 1010101 | 1100100 | 1111110 | 100001 | 10101 | 0 | 110011 | 11011010 | 10011 | 101001 |
Color Harmonies of #55647E
Complementary color
Monochromatic Colors of #55647E
Black with #55647E
Text Example
Text Example
White with #55647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55647E; }
p { color: rgb(85,100,126); }
H1.HeaderClassName
{
color: #55647E;
}
.AnyTagClassName
{
color: #55647E;
}
</style>
background-color css
<style>
a { background-color: #55647E; }
a { background-color: rgb(85,100,126); }
div.DivClassName
{
background-color: #55647E;
}
.BgClassName
{
background-color: #55647E;
}
</style>
border-color css
<style>
span { border-color: #55647E; }
span { border-color: rgb(85,100,126); }
td.TdClassName
{
border-color: #55647E;
}
.TagClassName
{
border-color: #55647E;
}
</style>