Shades of San Marino #547B9E
Tints of San Marino #547B9E
RGB
CMYK
RGB Variations
Color information
#547B9E (or 0x547B9E) is known color: San Marino. HEX triplet: 54, 7B and 9E. RGB value is (84,123,158). Sum of RGB (Red+Green+Blue) = 84+123+158=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #547B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B9E is #AB8461. Grayscale: #737373. Windows color (decimal): -11240546 or 10386260. OLE color: 10386260.
HSL color Cylindrical-coordinate representation of color #547B9E: hue angle of 208.38º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547B9E is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 123 | 158 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.38 |
| HSL | 208.38º | 0.31% | 0.47% | - |
| HSV(B) | 208.38º | 0.47% | 0.62% | - |
| XYZ | 16.91 | 18.52 | 35.03 | - |
| YUV | 115.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 158 | 0.47 | 0.22 | 0 | 0.38 | 208.38 | 0.31 | 0.47 |
| Hex | 54 | 7B | 9E | 2F | 16 | 0 | 26 | D0 | 1F | 2F |
| Octal | 124 | 173 | 236 | 57 | 26 | 0 | 46 | 320 | 37 | 57 |
| Binary | 1010100 | 1111011 | 10011110 | 101111 | 10110 | 0 | 100110 | 11010000 | 11111 | 101111 |
Color Harmonies of #547B9E
Complementary color
Monochromatic Colors of #547B9E
Black with #547B9E
Text Example
Text Example
White with #547B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B9E; }
p { color: rgb(84,123,158); }
H1.HeaderClassName
{
color: #547B9E;
}
.AnyTagClassName
{
color: #547B9E;
}
</style>
background-color css
<style>
a { background-color: #547B9E; }
a { background-color: rgb(84,123,158); }
div.DivClassName
{
background-color: #547B9E;
}
.BgClassName
{
background-color: #547B9E;
}
</style>
border-color css
<style>
span { border-color: #547B9E; }
span { border-color: rgb(84,123,158); }
td.TdClassName
{
border-color: #547B9E;
}
.TagClassName
{
border-color: #547B9E;
}
</style>