Shades of Kashmir Blue #54668B
Tints of Kashmir Blue #54668B
RGB
CMYK
RGB Variations
Color information
#54668B (or 0x54668B) is known color: Kashmir Blue. HEX triplet: 54, 66 and 8B. RGB value is (84,102,139). Sum of RGB (Red+Green+Blue) = 84+102+139=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #54668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668B is #AB9974. Grayscale: #646464. Windows color (decimal): -11245941 or 9135700. OLE color: 9135700.
HSL color Cylindrical-coordinate representation of color #54668B: hue angle of 220.36º 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 #54668B is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 102 | 139 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.45 |
| HSL | 220.36º | 0.25% | 0.44% | - |
| HSV(B) | 220.36º | 0.4% | 0.55% | - |
| XYZ | 13.07 | 13.25 | 26.3 | - |
| YUV | 100.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 139 | 0.40 | 0.27 | 0 | 0.45 | 220.36 | 0.25 | 0.44 |
| Hex | 54 | 66 | 8B | 28 | 1B | 0 | 2D | DC | 19 | 2C |
| Octal | 124 | 146 | 213 | 50 | 33 | 0 | 55 | 334 | 31 | 54 |
| Binary | 1010100 | 1100110 | 10001011 | 101000 | 11011 | 0 | 101101 | 11011100 | 11001 | 101100 |
Color Harmonies of #54668B
Complementary color
Monochromatic Colors of #54668B
Black with #54668B
Text Example
Text Example
White with #54668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54668B; }
p { color: rgb(84,102,139); }
H1.HeaderClassName
{
color: #54668B;
}
.AnyTagClassName
{
color: #54668B;
}
</style>
background-color css
<style>
a { background-color: #54668B; }
a { background-color: rgb(84,102,139); }
div.DivClassName
{
background-color: #54668B;
}
.BgClassName
{
background-color: #54668B;
}
</style>
border-color css
<style>
span { border-color: #54668B; }
span { border-color: rgb(84,102,139); }
td.TdClassName
{
border-color: #54668B;
}
.TagClassName
{
border-color: #54668B;
}
</style>