Shades of San Marino #54799B
Tints of San Marino #54799B
RGB
CMYK
RGB Variations
Color information
#54799B (or 0x54799B) is known color: San Marino. HEX triplet: 54, 79 and 9B. RGB value is (84,121,155). Sum of RGB (Red+Green+Blue) = 84+121+155=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #54799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54799B is #AB8664. Grayscale: #717171. Windows color (decimal): -11241061 or 10189140. OLE color: 10189140.
HSL color Cylindrical-coordinate representation of color #54799B: hue angle of 208.73º 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 #54799B is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 121 | 155 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.39 |
| HSL | 208.73º | 0.3% | 0.47% | - |
| HSV(B) | 208.73º | 0.46% | 0.61% | - |
| XYZ | 16.41 | 17.93 | 33.61 | - |
| YUV | 113.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 155 | 0.46 | 0.22 | 0 | 0.39 | 208.73 | 0.3 | 0.47 |
| Hex | 54 | 79 | 9B | 2E | 16 | 0 | 27 | D1 | 1E | 2F |
| Octal | 124 | 171 | 233 | 56 | 26 | 0 | 47 | 321 | 36 | 57 |
| Binary | 1010100 | 1111001 | 10011011 | 101110 | 10110 | 0 | 100111 | 11010001 | 11110 | 101111 |
Color Harmonies of #54799B
Complementary color
Monochromatic Colors of #54799B
Black with #54799B
Text Example
Text Example
White with #54799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54799B; }
p { color: rgb(84,121,155); }
H1.HeaderClassName
{
color: #54799B;
}
.AnyTagClassName
{
color: #54799B;
}
</style>
background-color css
<style>
a { background-color: #54799B; }
a { background-color: rgb(84,121,155); }
div.DivClassName
{
background-color: #54799B;
}
.BgClassName
{
background-color: #54799B;
}
</style>
border-color css
<style>
span { border-color: #54799B; }
span { border-color: rgb(84,121,155); }
td.TdClassName
{
border-color: #54799B;
}
.TagClassName
{
border-color: #54799B;
}
</style>