Shades of San Marino #54759D
Tints of San Marino #54759D
RGB
CMYK
RGB Variations
Color information
#54759D (or 0x54759D) is known color: San Marino. HEX triplet: 54, 75 and 9D. RGB value is (84,117,157). Sum of RGB (Red+Green+Blue) = 84+117+157=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #54759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54759D is #AB8A62. Grayscale: #6F6F6F. Windows color (decimal): -11242083 or 10319188. OLE color: 10319188.
HSL color Cylindrical-coordinate representation of color #54759D: hue angle of 212.88º 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 #54759D is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 117 | 157 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.38 |
| HSL | 212.88º | 0.3% | 0.47% | - |
| HSV(B) | 212.88º | 0.46% | 0.62% | - |
| XYZ | 16.1 | 17.04 | 34.34 | - |
| YUV | 111.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 157 | 0.46 | 0.25 | 0 | 0.38 | 212.88 | 0.3 | 0.47 |
| Hex | 54 | 75 | 9D | 2E | 19 | 0 | 26 | D5 | 1E | 2F |
| Octal | 124 | 165 | 235 | 56 | 31 | 0 | 46 | 325 | 36 | 57 |
| Binary | 1010100 | 1110101 | 10011101 | 101110 | 11001 | 0 | 100110 | 11010101 | 11110 | 101111 |
Color Harmonies of #54759D
Complementary color
Monochromatic Colors of #54759D
Black with #54759D
Text Example
Text Example
White with #54759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54759D; }
p { color: rgb(84,117,157); }
H1.HeaderClassName
{
color: #54759D;
}
.AnyTagClassName
{
color: #54759D;
}
</style>
background-color css
<style>
a { background-color: #54759D; }
a { background-color: rgb(84,117,157); }
div.DivClassName
{
background-color: #54759D;
}
.BgClassName
{
background-color: #54759D;
}
</style>
border-color css
<style>
span { border-color: #54759D; }
span { border-color: rgb(84,117,157); }
td.TdClassName
{
border-color: #54759D;
}
.TagClassName
{
border-color: #54759D;
}
</style>