Shades of San Marino #547B9F
Tints of San Marino #547B9F
RGB
CMYK
RGB Variations
Color information
#547B9F (or 0x547B9F) is known color: San Marino. HEX triplet: 54, 7B and 9F. RGB value is (84,123,159). Sum of RGB (Red+Green+Blue) = 84+123+159=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #547B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B9F is #AB8460. Grayscale: #737373. Windows color (decimal): -11240545 or 10451796. OLE color: 10451796.
HSL color Cylindrical-coordinate representation of color #547B9F: hue angle of 208.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547B9F is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 123 | 159 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.38 |
| HSL | 208.8º | 0.31% | 0.48% | - |
| HSV(B) | 208.8º | 0.47% | 0.62% | - |
| XYZ | 17 | 18.55 | 35.49 | - |
| YUV | 115.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 159 | 0.47 | 0.23 | 0 | 0.38 | 208.8 | 0.31 | 0.48 |
| Hex | 54 | 7B | 9F | 2F | 17 | 0 | 26 | D1 | 1F | 30 |
| Octal | 124 | 173 | 237 | 57 | 27 | 0 | 46 | 321 | 37 | 60 |
| Binary | 1010100 | 1111011 | 10011111 | 101111 | 10111 | 0 | 100110 | 11010001 | 11111 | 110000 |
Color Harmonies of #547B9F
Complementary color
Monochromatic Colors of #547B9F
Black with #547B9F
Text Example
Text Example
White with #547B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B9F; }
p { color: rgb(84,123,159); }
H1.HeaderClassName
{
color: #547B9F;
}
.AnyTagClassName
{
color: #547B9F;
}
</style>
background-color css
<style>
a { background-color: #547B9F; }
a { background-color: rgb(84,123,159); }
div.DivClassName
{
background-color: #547B9F;
}
.BgClassName
{
background-color: #547B9F;
}
</style>
border-color css
<style>
span { border-color: #547B9F; }
span { border-color: rgb(84,123,159); }
td.TdClassName
{
border-color: #547B9F;
}
.TagClassName
{
border-color: #547B9F;
}
</style>