Shades of San Marino #54709C
Tints of San Marino #54709C
RGB
CMYK
RGB Variations
Color information
#54709C (or 0x54709C) is known color: San Marino. HEX triplet: 54, 70 and 9C. RGB value is (84,112,156). Sum of RGB (Red+Green+Blue) = 84+112+156=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #54709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54709C is #AB8F63. Grayscale: #6C6C6C. Windows color (decimal): -11243364 or 10252372. OLE color: 10252372.
HSL color Cylindrical-coordinate representation of color #54709C: hue angle of 216.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54709C is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 112 | 156 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.39 |
| HSL | 216.67º | 0.3% | 0.47% | - |
| HSV(B) | 216.67º | 0.46% | 0.61% | - |
| XYZ | 15.45 | 15.87 | 33.7 | - |
| YUV | 108.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 156 | 0.46 | 0.28 | 0 | 0.39 | 216.67 | 0.3 | 0.47 |
| Hex | 54 | 70 | 9C | 2E | 1C | 0 | 27 | D9 | 1E | 2F |
| Octal | 124 | 160 | 234 | 56 | 34 | 0 | 47 | 331 | 36 | 57 |
| Binary | 1010100 | 1110000 | 10011100 | 101110 | 11100 | 0 | 100111 | 11011001 | 11110 | 101111 |
Color Harmonies of #54709C
Complementary color
Monochromatic Colors of #54709C
Black with #54709C
Text Example
Text Example
White with #54709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54709C; }
p { color: rgb(84,112,156); }
H1.HeaderClassName
{
color: #54709C;
}
.AnyTagClassName
{
color: #54709C;
}
</style>
background-color css
<style>
a { background-color: #54709C; }
a { background-color: rgb(84,112,156); }
div.DivClassName
{
background-color: #54709C;
}
.BgClassName
{
background-color: #54709C;
}
</style>
border-color css
<style>
span { border-color: #54709C; }
span { border-color: rgb(84,112,156); }
td.TdClassName
{
border-color: #54709C;
}
.TagClassName
{
border-color: #54709C;
}
</style>