Shades of San Marino #5374A5
Tints of San Marino #5374A5
RGB
CMYK
RGB Variations
Color information
#5374A5 (or 0x5374A5) is known color: San Marino. HEX triplet: 53, 74 and A5. RGB value is (83,116,165). Sum of RGB (Red+Green+Blue) = 83+116+165=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #5374A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5374A5 is #AC8B5A. Grayscale: #6F6F6F. Windows color (decimal): -11307867 or 10843219. OLE color: 10843219.
HSL color Cylindrical-coordinate representation of color #5374A5: hue angle of 215.85º degrees, saturation: 0.33, 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 #5374A5 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 116 | 165 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.35 |
| HSL | 215.85º | 0.33% | 0.49% | - |
| HSV(B) | 215.85º | 0.5% | 0.65% | - |
| XYZ | 16.6 | 17.05 | 38.01 | - |
| YUV | 111.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 165 | 0.50 | 0.30 | 0 | 0.35 | 215.85 | 0.33 | 0.49 |
| Hex | 53 | 74 | A5 | 32 | 1E | 0 | 23 | D8 | 21 | 31 |
| Octal | 123 | 164 | 245 | 62 | 36 | 0 | 43 | 330 | 41 | 61 |
| Binary | 1010011 | 1110100 | 10100101 | 110010 | 11110 | 0 | 100011 | 11011000 | 100001 | 110001 |
Color Harmonies of #5374A5
Complementary color
Monochromatic Colors of #5374A5
Black with #5374A5
Text Example
Text Example
White with #5374A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374A5; }
p { color: rgb(83,116,165); }
H1.HeaderClassName
{
color: #5374A5;
}
.AnyTagClassName
{
color: #5374A5;
}
</style>
background-color css
<style>
a { background-color: #5374A5; }
a { background-color: rgb(83,116,165); }
div.DivClassName
{
background-color: #5374A5;
}
.BgClassName
{
background-color: #5374A5;
}
</style>
border-color css
<style>
span { border-color: #5374A5; }
span { border-color: rgb(83,116,165); }
td.TdClassName
{
border-color: #5374A5;
}
.TagClassName
{
border-color: #5374A5;
}
</style>