Shades of Kashmir Blue #54688B
Tints of Kashmir Blue #54688B
RGB
CMYK
RGB Variations
Color information
#54688B (or 0x54688B) is known color: Kashmir Blue. HEX triplet: 54, 68 and 8B. RGB value is (84,104,139). Sum of RGB (Red+Green+Blue) = 84+104+139=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #54688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688B is #AB9774. Grayscale: #656565. Windows color (decimal): -11245429 or 9136212. OLE color: 9136212.
HSL color Cylindrical-coordinate representation of color #54688B: hue angle of 218.18º 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 #54688B is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 104 | 139 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.45 |
| HSL | 218.18º | 0.25% | 0.44% | - |
| HSV(B) | 218.18º | 0.4% | 0.55% | - |
| XYZ | 13.27 | 13.65 | 26.36 | - |
| YUV | 102.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 139 | 0.40 | 0.25 | 0 | 0.45 | 218.18 | 0.25 | 0.44 |
| Hex | 54 | 68 | 8B | 28 | 19 | 0 | 2D | DA | 19 | 2C |
| Octal | 124 | 150 | 213 | 50 | 31 | 0 | 55 | 332 | 31 | 54 |
| Binary | 1010100 | 1101000 | 10001011 | 101000 | 11001 | 0 | 101101 | 11011010 | 11001 | 101100 |
Color Harmonies of #54688B
Complementary color
Monochromatic Colors of #54688B
Black with #54688B
Text Example
Text Example
White with #54688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54688B; }
p { color: rgb(84,104,139); }
H1.HeaderClassName
{
color: #54688B;
}
.AnyTagClassName
{
color: #54688B;
}
</style>
background-color css
<style>
a { background-color: #54688B; }
a { background-color: rgb(84,104,139); }
div.DivClassName
{
background-color: #54688B;
}
.BgClassName
{
background-color: #54688B;
}
</style>
border-color css
<style>
span { border-color: #54688B; }
span { border-color: rgb(84,104,139); }
td.TdClassName
{
border-color: #54688B;
}
.TagClassName
{
border-color: #54688B;
}
</style>