Shades of San Marino #547BA4
Tints of San Marino #547BA4
RGB
CMYK
RGB Variations
Color information
#547BA4 (or 0x547BA4) is known color: San Marino. HEX triplet: 54, 7B and A4. RGB value is (84,123,164). Sum of RGB (Red+Green+Blue) = 84+123+164=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #547BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BA4 is #AB845B. Grayscale: #737373. Windows color (decimal): -11240540 or 10779476. OLE color: 10779476.
HSL color Cylindrical-coordinate representation of color #547BA4: hue angle of 210.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #547BA4 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 123 | 164 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.36 |
| HSL | 210.75º | 0.32% | 0.49% | - |
| HSV(B) | 210.75º | 0.49% | 0.64% | - |
| XYZ | 17.44 | 18.73 | 37.82 | - |
| YUV | 116.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 164 | 0.49 | 0.25 | 0 | 0.36 | 210.75 | 0.32 | 0.49 |
| Hex | 54 | 7B | A4 | 31 | 19 | 0 | 24 | D3 | 20 | 31 |
| Octal | 124 | 173 | 244 | 61 | 31 | 0 | 44 | 323 | 40 | 61 |
| Binary | 1010100 | 1111011 | 10100100 | 110001 | 11001 | 0 | 100100 | 11010011 | 100000 | 110001 |
Color Harmonies of #547BA4
Complementary color
Monochromatic Colors of #547BA4
Black with #547BA4
Text Example
Text Example
White with #547BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BA4; }
p { color: rgb(84,123,164); }
H1.HeaderClassName
{
color: #547BA4;
}
.AnyTagClassName
{
color: #547BA4;
}
</style>
background-color css
<style>
a { background-color: #547BA4; }
a { background-color: rgb(84,123,164); }
div.DivClassName
{
background-color: #547BA4;
}
.BgClassName
{
background-color: #547BA4;
}
</style>
border-color css
<style>
span { border-color: #547BA4; }
span { border-color: rgb(84,123,164); }
td.TdClassName
{
border-color: #547BA4;
}
.TagClassName
{
border-color: #547BA4;
}
</style>