Shades of Kashmir Blue #54678E
Tints of Kashmir Blue #54678E
RGB
CMYK
RGB Variations
Color information
#54678E (or 0x54678E) is known color: Kashmir Blue. HEX triplet: 54, 67 and 8E. RGB value is (84,103,142). Sum of RGB (Red+Green+Blue) = 84+103+142=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #54678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678E is #AB9871. Grayscale: #656565. Windows color (decimal): -11245682 or 9332564. OLE color: 9332564.
HSL color Cylindrical-coordinate representation of color #54678E: hue angle of 220.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54678E is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 103 | 142 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.44 |
| HSL | 220.34º | 0.26% | 0.44% | - |
| HSV(B) | 220.34º | 0.41% | 0.56% | - |
| XYZ | 13.39 | 13.54 | 27.5 | - |
| YUV | 101.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 142 | 0.41 | 0.27 | 0 | 0.44 | 220.34 | 0.26 | 0.44 |
| Hex | 54 | 67 | 8E | 29 | 1B | 0 | 2C | DC | 1A | 2C |
| Octal | 124 | 147 | 216 | 51 | 33 | 0 | 54 | 334 | 32 | 54 |
| Binary | 1010100 | 1100111 | 10001110 | 101001 | 11011 | 0 | 101100 | 11011100 | 11010 | 101100 |
Color Harmonies of #54678E
Complementary color
Monochromatic Colors of #54678E
Black with #54678E
Text Example
Text Example
White with #54678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54678E; }
p { color: rgb(84,103,142); }
H1.HeaderClassName
{
color: #54678E;
}
.AnyTagClassName
{
color: #54678E;
}
</style>
background-color css
<style>
a { background-color: #54678E; }
a { background-color: rgb(84,103,142); }
div.DivClassName
{
background-color: #54678E;
}
.BgClassName
{
background-color: #54678E;
}
</style>
border-color css
<style>
span { border-color: #54678E; }
span { border-color: rgb(84,103,142); }
td.TdClassName
{
border-color: #54678E;
}
.TagClassName
{
border-color: #54678E;
}
</style>