Shades of Kashmir Blue #54698A
Tints of Kashmir Blue #54698A
RGB
CMYK
RGB Variations
Color information
#54698A (or 0x54698A) is known color: Kashmir Blue. HEX triplet: 54, 69 and 8A. RGB value is (84,105,138). Sum of RGB (Red+Green+Blue) = 84+105+138=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #54698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698A is #AB9675. Grayscale: #666666. Windows color (decimal): -11245174 or 9070932. OLE color: 9070932.
HSL color Cylindrical-coordinate representation of color #54698A: hue angle of 216.67º 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 #54698A is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 105 | 138 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.46 |
| HSL | 216.67º | 0.24% | 0.44% | - |
| HSV(B) | 216.67º | 0.39% | 0.54% | - |
| XYZ | 13.3 | 13.82 | 26.01 | - |
| YUV | 102.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 138 | 0.39 | 0.24 | 0 | 0.46 | 216.67 | 0.24 | 0.44 |
| Hex | 54 | 69 | 8A | 27 | 18 | 0 | 2E | D9 | 18 | 2C |
| Octal | 124 | 151 | 212 | 47 | 30 | 0 | 56 | 331 | 30 | 54 |
| Binary | 1010100 | 1101001 | 10001010 | 100111 | 11000 | 0 | 101110 | 11011001 | 11000 | 101100 |
Color Harmonies of #54698A
Complementary color
Monochromatic Colors of #54698A
Black with #54698A
Text Example
Text Example
White with #54698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54698A; }
p { color: rgb(84,105,138); }
H1.HeaderClassName
{
color: #54698A;
}
.AnyTagClassName
{
color: #54698A;
}
</style>
background-color css
<style>
a { background-color: #54698A; }
a { background-color: rgb(84,105,138); }
div.DivClassName
{
background-color: #54698A;
}
.BgClassName
{
background-color: #54698A;
}
</style>
border-color css
<style>
span { border-color: #54698A; }
span { border-color: rgb(84,105,138); }
td.TdClassName
{
border-color: #54698A;
}
.TagClassName
{
border-color: #54698A;
}
</style>