Shades of San Marino #5773A6
Tints of San Marino #5773A6
RGB
CMYK
RGB Variations
Color information
#5773A6 (or 0x5773A6) is known color: San Marino. HEX triplet: 57, 73 and A6. RGB value is (87,115,166). Sum of RGB (Red+Green+Blue) = 87+115+166=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #5773A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773A6 is #A88C59. Grayscale: #707070. Windows color (decimal): -11045978 or 10908503. OLE color: 10908503.
HSL color Cylindrical-coordinate representation of color #5773A6: hue angle of 218.73º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5773A6 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 115 | 166 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.35 |
| HSL | 218.73º | 0.31% | 0.5% | - |
| HSV(B) | 218.73º | 0.48% | 0.65% | - |
| XYZ | 16.94 | 17.04 | 38.47 | - |
| YUV | 112.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 166 | 0.48 | 0.31 | 0 | 0.35 | 218.73 | 0.31 | 0.5 |
| Hex | 57 | 73 | A6 | 30 | 1F | 0 | 23 | DB | 1F | 32 |
| Octal | 127 | 163 | 246 | 60 | 37 | 0 | 43 | 333 | 37 | 62 |
| Binary | 1010111 | 1110011 | 10100110 | 110000 | 11111 | 0 | 100011 | 11011011 | 11111 | 110010 |
Color Harmonies of #5773A6
Complementary color
Monochromatic Colors of #5773A6
Black with #5773A6
Text Example
Text Example
White with #5773A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773A6; }
p { color: rgb(87,115,166); }
H1.HeaderClassName
{
color: #5773A6;
}
.AnyTagClassName
{
color: #5773A6;
}
</style>
background-color css
<style>
a { background-color: #5773A6; }
a { background-color: rgb(87,115,166); }
div.DivClassName
{
background-color: #5773A6;
}
.BgClassName
{
background-color: #5773A6;
}
</style>
border-color css
<style>
span { border-color: #5773A6; }
span { border-color: rgb(87,115,166); }
td.TdClassName
{
border-color: #5773A6;
}
.TagClassName
{
border-color: #5773A6;
}
</style>