Shades of San Marino #5774AD
Tints of San Marino #5774AD
RGB
CMYK
RGB Variations
Color information
#5774AD (or 0x5774AD) is known color: San Marino. HEX triplet: 57, 74 and AD. RGB value is (87,116,173). Sum of RGB (Red+Green+Blue) = 87+116+173=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5774AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5774AD is #A88B52. Grayscale: #717171. Windows color (decimal): -11045715 or 11367511. OLE color: 11367511.
HSL color Cylindrical-coordinate representation of color #5774AD: hue angle of 219.77º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5774AD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 116 | 173 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.32 |
| HSL | 219.77º | 0.34% | 0.51% | - |
| HSV(B) | 219.77º | 0.5% | 0.68% | - |
| XYZ | 17.72 | 17.53 | 41.99 | - |
| YUV | 113.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 173 | 0.50 | 0.33 | 0 | 0.32 | 219.77 | 0.34 | 0.51 |
| Hex | 57 | 74 | AD | 32 | 21 | 0 | 20 | DC | 22 | 33 |
| Octal | 127 | 164 | 255 | 62 | 41 | 0 | 40 | 334 | 42 | 63 |
| Binary | 1010111 | 1110100 | 10101101 | 110010 | 100001 | 0 | 100000 | 11011100 | 100010 | 110011 |
Color Harmonies of #5774AD
Complementary color
Monochromatic Colors of #5774AD
Black with #5774AD
Text Example
Text Example
White with #5774AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5774AD; }
p { color: rgb(87,116,173); }
H1.HeaderClassName
{
color: #5774AD;
}
.AnyTagClassName
{
color: #5774AD;
}
</style>
background-color css
<style>
a { background-color: #5774AD; }
a { background-color: rgb(87,116,173); }
div.DivClassName
{
background-color: #5774AD;
}
.BgClassName
{
background-color: #5774AD;
}
</style>
border-color css
<style>
span { border-color: #5774AD; }
span { border-color: rgb(87,116,173); }
td.TdClassName
{
border-color: #5774AD;
}
.TagClassName
{
border-color: #5774AD;
}
</style>