Shades of San Marino #54649D
Tints of San Marino #54649D
RGB
CMYK
RGB Variations
Color information
#54649D (or 0x54649D) is known color: San Marino. HEX triplet: 54, 64 and 9D. RGB value is (84,100,157). Sum of RGB (Red+Green+Blue) = 84+100+157=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #54649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54649D is #AB9B62. Grayscale: #656565. Windows color (decimal): -11246435 or 10314836. OLE color: 10314836.
HSL color Cylindrical-coordinate representation of color #54649D: hue angle of 226.85º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54649D is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 100 | 157 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.38 |
| HSL | 226.85º | 0.3% | 0.47% | - |
| HSV(B) | 226.85º | 0.46% | 0.62% | - |
| XYZ | 14.3 | 13.43 | 33.74 | - |
| YUV | 101.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 157 | 0.46 | 0.36 | 0 | 0.38 | 226.85 | 0.3 | 0.47 |
| Hex | 54 | 64 | 9D | 2E | 24 | 0 | 26 | E3 | 1E | 2F |
| Octal | 124 | 144 | 235 | 56 | 44 | 0 | 46 | 343 | 36 | 57 |
| Binary | 1010100 | 1100100 | 10011101 | 101110 | 100100 | 0 | 100110 | 11100011 | 11110 | 101111 |
Color Harmonies of #54649D
Complementary color
Monochromatic Colors of #54649D
Black with #54649D
Text Example
Text Example
White with #54649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54649D; }
p { color: rgb(84,100,157); }
H1.HeaderClassName
{
color: #54649D;
}
.AnyTagClassName
{
color: #54649D;
}
</style>
background-color css
<style>
a { background-color: #54649D; }
a { background-color: rgb(84,100,157); }
div.DivClassName
{
background-color: #54649D;
}
.BgClassName
{
background-color: #54649D;
}
</style>
border-color css
<style>
span { border-color: #54649D; }
span { border-color: rgb(84,100,157); }
td.TdClassName
{
border-color: #54649D;
}
.TagClassName
{
border-color: #54649D;
}
</style>