Shades of Kashmir Blue #54658B
Tints of Kashmir Blue #54658B
RGB
CMYK
RGB Variations
Color information
#54658B (or 0x54658B) is known color: Kashmir Blue. HEX triplet: 54, 65 and 8B. RGB value is (84,101,139). Sum of RGB (Red+Green+Blue) = 84+101+139=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #54658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658B is #AB9A74. Grayscale: #646464. Windows color (decimal): -11246197 or 9135444. OLE color: 9135444.
HSL color Cylindrical-coordinate representation of color #54658B: hue angle of 221.45º 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 #54658B is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 101 | 139 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.45 |
| HSL | 221.45º | 0.25% | 0.44% | - |
| HSV(B) | 221.45º | 0.4% | 0.55% | - |
| XYZ | 12.97 | 13.06 | 26.26 | - |
| YUV | 100.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 139 | 0.40 | 0.27 | 0 | 0.45 | 221.45 | 0.25 | 0.44 |
| Hex | 54 | 65 | 8B | 28 | 1B | 0 | 2D | DD | 19 | 2C |
| Octal | 124 | 145 | 213 | 50 | 33 | 0 | 55 | 335 | 31 | 54 |
| Binary | 1010100 | 1100101 | 10001011 | 101000 | 11011 | 0 | 101101 | 11011101 | 11001 | 101100 |
Color Harmonies of #54658B
Complementary color
Monochromatic Colors of #54658B
Black with #54658B
Text Example
Text Example
White with #54658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54658B; }
p { color: rgb(84,101,139); }
H1.HeaderClassName
{
color: #54658B;
}
.AnyTagClassName
{
color: #54658B;
}
</style>
background-color css
<style>
a { background-color: #54658B; }
a { background-color: rgb(84,101,139); }
div.DivClassName
{
background-color: #54658B;
}
.BgClassName
{
background-color: #54658B;
}
</style>
border-color css
<style>
span { border-color: #54658B; }
span { border-color: rgb(84,101,139); }
td.TdClassName
{
border-color: #54658B;
}
.TagClassName
{
border-color: #54658B;
}
</style>