Shades of Kashmir Blue #54698F
Tints of Kashmir Blue #54698F
RGB
CMYK
RGB Variations
Color information
#54698F (or 0x54698F) is known color: Kashmir Blue. HEX triplet: 54, 69 and 8F. RGB value is (84,105,143). Sum of RGB (Red+Green+Blue) = 84+105+143=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #54698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698F is #AB9670. Grayscale: #666666. Windows color (decimal): -11245169 or 9398612. OLE color: 9398612.
HSL color Cylindrical-coordinate representation of color #54698F: hue angle of 218.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54698F is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 105 | 143 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.44 |
| HSL | 218.64º | 0.26% | 0.45% | - |
| HSV(B) | 218.64º | 0.41% | 0.56% | - |
| XYZ | 13.67 | 13.97 | 27.96 | - |
| YUV | 103.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 143 | 0.41 | 0.27 | 0 | 0.44 | 218.64 | 0.26 | 0.45 |
| Hex | 54 | 69 | 8F | 29 | 1B | 0 | 2C | DB | 1A | 2D |
| Octal | 124 | 151 | 217 | 51 | 33 | 0 | 54 | 333 | 32 | 55 |
| Binary | 1010100 | 1101001 | 10001111 | 101001 | 11011 | 0 | 101100 | 11011011 | 11010 | 101101 |
Color Harmonies of #54698F
Complementary color
Monochromatic Colors of #54698F
Black with #54698F
Text Example
Text Example
White with #54698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54698F; }
p { color: rgb(84,105,143); }
H1.HeaderClassName
{
color: #54698F;
}
.AnyTagClassName
{
color: #54698F;
}
</style>
background-color css
<style>
a { background-color: #54698F; }
a { background-color: rgb(84,105,143); }
div.DivClassName
{
background-color: #54698F;
}
.BgClassName
{
background-color: #54698F;
}
</style>
border-color css
<style>
span { border-color: #54698F; }
span { border-color: rgb(84,105,143); }
td.TdClassName
{
border-color: #54698F;
}
.TagClassName
{
border-color: #54698F;
}
</style>