Shades of San Marino #5374A7
Tints of San Marino #5374A7
RGB
CMYK
RGB Variations
Color information
#5374A7 (or 0x5374A7) is known color: San Marino. HEX triplet: 53, 74 and A7. RGB value is (83,116,167). Sum of RGB (Red+Green+Blue) = 83+116+167=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #5374A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5374A7 is #AC8B58. Grayscale: #6F6F6F. Windows color (decimal): -11307865 or 10974291. OLE color: 10974291.
HSL color Cylindrical-coordinate representation of color #5374A7: hue angle of 216.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5374A7 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 116 | 167 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.35 |
| HSL | 216.43º | 0.34% | 0.49% | - |
| HSV(B) | 216.43º | 0.5% | 0.65% | - |
| XYZ | 16.79 | 17.12 | 38.98 | - |
| YUV | 111.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 167 | 0.50 | 0.31 | 0 | 0.35 | 216.43 | 0.34 | 0.49 |
| Hex | 53 | 74 | A7 | 32 | 1F | 0 | 23 | D8 | 22 | 31 |
| Octal | 123 | 164 | 247 | 62 | 37 | 0 | 43 | 330 | 42 | 61 |
| Binary | 1010011 | 1110100 | 10100111 | 110010 | 11111 | 0 | 100011 | 11011000 | 100010 | 110001 |
Color Harmonies of #5374A7
Complementary color
Monochromatic Colors of #5374A7
Black with #5374A7
Text Example
Text Example
White with #5374A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374A7; }
p { color: rgb(83,116,167); }
H1.HeaderClassName
{
color: #5374A7;
}
.AnyTagClassName
{
color: #5374A7;
}
</style>
background-color css
<style>
a { background-color: #5374A7; }
a { background-color: rgb(83,116,167); }
div.DivClassName
{
background-color: #5374A7;
}
.BgClassName
{
background-color: #5374A7;
}
</style>
border-color css
<style>
span { border-color: #5374A7; }
span { border-color: rgb(83,116,167); }
td.TdClassName
{
border-color: #5374A7;
}
.TagClassName
{
border-color: #5374A7;
}
</style>