Shades of Kashmir Blue #54688C
Tints of Kashmir Blue #54688C
RGB
CMYK
RGB Variations
Color information
#54688C (or 0x54688C) is known color: Kashmir Blue. HEX triplet: 54, 68 and 8C. RGB value is (84,104,140). Sum of RGB (Red+Green+Blue) = 84+104+140=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #54688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688C is #AB9773. Grayscale: #656565. Windows color (decimal): -11245428 or 9201748. OLE color: 9201748.
HSL color Cylindrical-coordinate representation of color #54688C: hue angle of 218.57º 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 #54688C is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 104 | 140 | - |
| CMYK | 0.4 | 0.26 | 0 | 0.45 |
| HSL | 218.57º | 0.25% | 0.44% | - |
| HSV(B) | 218.57º | 0.4% | 0.55% | - |
| XYZ | 13.34 | 13.68 | 26.75 | - |
| YUV | 102.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 140 | 0.4 | 0.26 | 0 | 0.45 | 218.57 | 0.25 | 0.44 |
| Hex | 54 | 68 | 8C | 28 | 1A | 0 | 2D | DB | 19 | 2C |
| Octal | 124 | 150 | 214 | 50 | 32 | 0 | 55 | 333 | 31 | 54 |
| Binary | 1010100 | 1101000 | 10001100 | 101000 | 11010 | 0 | 101101 | 11011011 | 11001 | 101100 |
Color Harmonies of #54688C
Complementary color
Monochromatic Colors of #54688C
Black with #54688C
Text Example
Text Example
White with #54688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54688C; }
p { color: rgb(84,104,140); }
H1.HeaderClassName
{
color: #54688C;
}
.AnyTagClassName
{
color: #54688C;
}
</style>
background-color css
<style>
a { background-color: #54688C; }
a { background-color: rgb(84,104,140); }
div.DivClassName
{
background-color: #54688C;
}
.BgClassName
{
background-color: #54688C;
}
</style>
border-color css
<style>
span { border-color: #54688C; }
span { border-color: rgb(84,104,140); }
td.TdClassName
{
border-color: #54688C;
}
.TagClassName
{
border-color: #54688C;
}
</style>