Shades of Kashmir Blue #54648C
Tints of Kashmir Blue #54648C
RGB
CMYK
RGB Variations
Color information
#54648C (or 0x54648C) is known color: Kashmir Blue. HEX triplet: 54, 64 and 8C. RGB value is (84,100,140). Sum of RGB (Red+Green+Blue) = 84+100+140=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #54648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54648C is #AB9B73. Grayscale: #636363. Windows color (decimal): -11246452 or 9200724. OLE color: 9200724.
HSL color Cylindrical-coordinate representation of color #54648C: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54648C is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 100 | 140 | - |
| CMYK | 0.4 | 0.29 | 0 | 0.45 |
| HSL | 222.86º | 0.25% | 0.44% | - |
| HSV(B) | 222.86º | 0.4% | 0.55% | - |
| XYZ | 12.95 | 12.89 | 26.62 | - |
| YUV | 99.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 140 | 0.4 | 0.29 | 0 | 0.45 | 222.86 | 0.25 | 0.44 |
| Hex | 54 | 64 | 8C | 28 | 1D | 0 | 2D | DF | 19 | 2C |
| Octal | 124 | 144 | 214 | 50 | 35 | 0 | 55 | 337 | 31 | 54 |
| Binary | 1010100 | 1100100 | 10001100 | 101000 | 11101 | 0 | 101101 | 11011111 | 11001 | 101100 |
Color Harmonies of #54648C
Complementary color
Monochromatic Colors of #54648C
Black with #54648C
Text Example
Text Example
White with #54648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54648C; }
p { color: rgb(84,100,140); }
H1.HeaderClassName
{
color: #54648C;
}
.AnyTagClassName
{
color: #54648C;
}
</style>
background-color css
<style>
a { background-color: #54648C; }
a { background-color: rgb(84,100,140); }
div.DivClassName
{
background-color: #54648C;
}
.BgClassName
{
background-color: #54648C;
}
</style>
border-color css
<style>
span { border-color: #54648C; }
span { border-color: rgb(84,100,140); }
td.TdClassName
{
border-color: #54648C;
}
.TagClassName
{
border-color: #54648C;
}
</style>