Shades of San Marino #5377AD
Tints of San Marino #5377AD
RGB
CMYK
RGB Variations
Color information
#5377AD (or 0x5377AD) is known color: San Marino. HEX triplet: 53, 77 and AD. RGB value is (83,119,173). Sum of RGB (Red+Green+Blue) = 83+119+173=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5377AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5377AD is #AC8852. Grayscale: #727272. Windows color (decimal): -11307091 or 11368275. OLE color: 11368275.
HSL color Cylindrical-coordinate representation of color #5377AD: hue angle of 216º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5377AD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 119 | 173 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.32 |
| HSL | 216º | 0.35% | 0.5% | - |
| HSV(B) | 216º | 0.52% | 0.68% | - |
| XYZ | 17.71 | 18.05 | 42.09 | - |
| YUV | 114.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 173 | 0.52 | 0.31 | 0 | 0.32 | 216 | 0.35 | 0.5 |
| Hex | 53 | 77 | AD | 34 | 1F | 0 | 20 | D8 | 23 | 32 |
| Octal | 123 | 167 | 255 | 64 | 37 | 0 | 40 | 330 | 43 | 62 |
| Binary | 1010011 | 1110111 | 10101101 | 110100 | 11111 | 0 | 100000 | 11011000 | 100011 | 110010 |
Color Harmonies of #5377AD
Complementary color
Monochromatic Colors of #5377AD
Black with #5377AD
Text Example
Text Example
White with #5377AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377AD; }
p { color: rgb(83,119,173); }
H1.HeaderClassName
{
color: #5377AD;
}
.AnyTagClassName
{
color: #5377AD;
}
</style>
background-color css
<style>
a { background-color: #5377AD; }
a { background-color: rgb(83,119,173); }
div.DivClassName
{
background-color: #5377AD;
}
.BgClassName
{
background-color: #5377AD;
}
</style>
border-color css
<style>
span { border-color: #5377AD; }
span { border-color: rgb(83,119,173); }
td.TdClassName
{
border-color: #5377AD;
}
.TagClassName
{
border-color: #5377AD;
}
</style>