Shades of San Marino #54709D
Tints of San Marino #54709D
RGB
CMYK
RGB Variations
Color information
#54709D (or 0x54709D) is known color: San Marino. HEX triplet: 54, 70 and 9D. RGB value is (84,112,157). Sum of RGB (Red+Green+Blue) = 84+112+157=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #54709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54709D is #AB8F62. Grayscale: #6C6C6C. Windows color (decimal): -11243363 or 10317908. OLE color: 10317908.
HSL color Cylindrical-coordinate representation of color #54709D: hue angle of 216.99º 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 #54709D is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 112 | 157 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.38 |
| HSL | 216.99º | 0.3% | 0.47% | - |
| HSV(B) | 216.99º | 0.46% | 0.62% | - |
| XYZ | 15.54 | 15.91 | 34.15 | - |
| YUV | 108.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 157 | 0.46 | 0.29 | 0 | 0.38 | 216.99 | 0.3 | 0.47 |
| Hex | 54 | 70 | 9D | 2E | 1D | 0 | 26 | D9 | 1E | 2F |
| Octal | 124 | 160 | 235 | 56 | 35 | 0 | 46 | 331 | 36 | 57 |
| Binary | 1010100 | 1110000 | 10011101 | 101110 | 11101 | 0 | 100110 | 11011001 | 11110 | 101111 |
Color Harmonies of #54709D
Complementary color
Monochromatic Colors of #54709D
Black with #54709D
Text Example
Text Example
White with #54709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54709D; }
p { color: rgb(84,112,157); }
H1.HeaderClassName
{
color: #54709D;
}
.AnyTagClassName
{
color: #54709D;
}
</style>
background-color css
<style>
a { background-color: #54709D; }
a { background-color: rgb(84,112,157); }
div.DivClassName
{
background-color: #54709D;
}
.BgClassName
{
background-color: #54709D;
}
</style>
border-color css
<style>
span { border-color: #54709D; }
span { border-color: rgb(84,112,157); }
td.TdClassName
{
border-color: #54709D;
}
.TagClassName
{
border-color: #54709D;
}
</style>