Shades of San Marino #5773AA
Tints of San Marino #5773AA
RGB
CMYK
RGB Variations
Color information
#5773AA (or 0x5773AA) is known color: San Marino. HEX triplet: 57, 73 and AA. RGB value is (87,115,170). Sum of RGB (Red+Green+Blue) = 87+115+170=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #5773AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773AA is #A88C55. Grayscale: #707070. Windows color (decimal): -11045974 or 11170647. OLE color: 11170647.
HSL color Cylindrical-coordinate representation of color #5773AA: hue angle of 219.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5773AA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 115 | 170 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.33 |
| HSL | 219.76º | 0.33% | 0.5% | - |
| HSV(B) | 219.76º | 0.49% | 0.67% | - |
| XYZ | 17.32 | 17.19 | 40.44 | - |
| YUV | 112.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 170 | 0.49 | 0.32 | 0 | 0.33 | 219.76 | 0.33 | 0.5 |
| Hex | 57 | 73 | AA | 31 | 20 | 0 | 21 | DC | 21 | 32 |
| Octal | 127 | 163 | 252 | 61 | 40 | 0 | 41 | 334 | 41 | 62 |
| Binary | 1010111 | 1110011 | 10101010 | 110001 | 100000 | 0 | 100001 | 11011100 | 100001 | 110010 |
Color Harmonies of #5773AA
Complementary color
Monochromatic Colors of #5773AA
Black with #5773AA
Text Example
Text Example
White with #5773AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773AA; }
p { color: rgb(87,115,170); }
H1.HeaderClassName
{
color: #5773AA;
}
.AnyTagClassName
{
color: #5773AA;
}
</style>
background-color css
<style>
a { background-color: #5773AA; }
a { background-color: rgb(87,115,170); }
div.DivClassName
{
background-color: #5773AA;
}
.BgClassName
{
background-color: #5773AA;
}
</style>
border-color css
<style>
span { border-color: #5773AA; }
span { border-color: rgb(87,115,170); }
td.TdClassName
{
border-color: #5773AA;
}
.TagClassName
{
border-color: #5773AA;
}
</style>