Shades of Kashmir Blue #54688A
Tints of Kashmir Blue #54688A
RGB
CMYK
RGB Variations
Color information
#54688A (or 0x54688A) is known color: Kashmir Blue. HEX triplet: 54, 68 and 8A. RGB value is (84,104,138). Sum of RGB (Red+Green+Blue) = 84+104+138=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #54688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688A is #AB9775. Grayscale: #656565. Windows color (decimal): -11245430 or 9070676. OLE color: 9070676.
HSL color Cylindrical-coordinate representation of color #54688A: hue angle of 217.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54688A is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 104 | 138 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.46 |
| HSL | 217.78º | 0.24% | 0.44% | - |
| HSV(B) | 217.78º | 0.39% | 0.54% | - |
| XYZ | 13.19 | 13.62 | 25.98 | - |
| YUV | 101.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 138 | 0.39 | 0.25 | 0 | 0.46 | 217.78 | 0.24 | 0.44 |
| Hex | 54 | 68 | 8A | 27 | 19 | 0 | 2E | DA | 18 | 2C |
| Octal | 124 | 150 | 212 | 47 | 31 | 0 | 56 | 332 | 30 | 54 |
| Binary | 1010100 | 1101000 | 10001010 | 100111 | 11001 | 0 | 101110 | 11011010 | 11000 | 101100 |
Color Harmonies of #54688A
Complementary color
Monochromatic Colors of #54688A
Black with #54688A
Text Example
Text Example
White with #54688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54688A; }
p { color: rgb(84,104,138); }
H1.HeaderClassName
{
color: #54688A;
}
.AnyTagClassName
{
color: #54688A;
}
</style>
background-color css
<style>
a { background-color: #54688A; }
a { background-color: rgb(84,104,138); }
div.DivClassName
{
background-color: #54688A;
}
.BgClassName
{
background-color: #54688A;
}
</style>
border-color css
<style>
span { border-color: #54688A; }
span { border-color: rgb(84,104,138); }
td.TdClassName
{
border-color: #54688A;
}
.TagClassName
{
border-color: #54688A;
}
</style>