Shades of Kashmir Blue #54628B
Tints of Kashmir Blue #54628B
RGB
CMYK
RGB Variations
Color information
#54628B (or 0x54628B) is known color: Kashmir Blue. HEX triplet: 54, 62 and 8B. RGB value is (84,98,139). Sum of RGB (Red+Green+Blue) = 84+98+139=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #54628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54628B is #AB9D74. Grayscale: #626262. Windows color (decimal): -11246965 or 9134676. OLE color: 9134676.
HSL color Cylindrical-coordinate representation of color #54628B: hue angle of 224.73º 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 #54628B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 98 | 139 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.45 |
| HSL | 224.73º | 0.25% | 0.44% | - |
| HSV(B) | 224.73º | 0.4% | 0.55% | - |
| XYZ | 12.68 | 12.48 | 26.17 | - |
| YUV | 98.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 139 | 0.40 | 0.29 | 0 | 0.45 | 224.73 | 0.25 | 0.44 |
| Hex | 54 | 62 | 8B | 28 | 1D | 0 | 2D | E1 | 19 | 2C |
| Octal | 124 | 142 | 213 | 50 | 35 | 0 | 55 | 341 | 31 | 54 |
| Binary | 1010100 | 1100010 | 10001011 | 101000 | 11101 | 0 | 101101 | 11100001 | 11001 | 101100 |
Color Harmonies of #54628B
Complementary color
Monochromatic Colors of #54628B
Black with #54628B
Text Example
Text Example
White with #54628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54628B; }
p { color: rgb(84,98,139); }
H1.HeaderClassName
{
color: #54628B;
}
.AnyTagClassName
{
color: #54628B;
}
</style>
background-color css
<style>
a { background-color: #54628B; }
a { background-color: rgb(84,98,139); }
div.DivClassName
{
background-color: #54628B;
}
.BgClassName
{
background-color: #54628B;
}
</style>
border-color css
<style>
span { border-color: #54628B; }
span { border-color: rgb(84,98,139); }
td.TdClassName
{
border-color: #54628B;
}
.TagClassName
{
border-color: #54628B;
}
</style>