Shades of San Marino #5579AC
Tints of San Marino #5579AC
RGB
CMYK
RGB Variations
Color information
#5579AC (or 0x5579AC) is known color: San Marino. HEX triplet: 55, 79 and AC. RGB value is (85,121,172). Sum of RGB (Red+Green+Blue) = 85+121+172=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #5579AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579AC is #AA8653. Grayscale: #737373. Windows color (decimal): -11175508 or 11303253. OLE color: 11303253.
HSL color Cylindrical-coordinate representation of color #5579AC: hue angle of 215.17º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5579AC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 121 | 172 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.33 |
| HSL | 215.17º | 0.34% | 0.5% | - |
| HSV(B) | 215.17º | 0.51% | 0.67% | - |
| XYZ | 18.03 | 18.58 | 41.67 | - |
| YUV | 116.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 172 | 0.51 | 0.30 | 0 | 0.33 | 215.17 | 0.34 | 0.5 |
| Hex | 55 | 79 | AC | 33 | 1E | 0 | 21 | D7 | 22 | 32 |
| Octal | 125 | 171 | 254 | 63 | 36 | 0 | 41 | 327 | 42 | 62 |
| Binary | 1010101 | 1111001 | 10101100 | 110011 | 11110 | 0 | 100001 | 11010111 | 100010 | 110010 |
Color Harmonies of #5579AC
Complementary color
Monochromatic Colors of #5579AC
Black with #5579AC
Text Example
Text Example
White with #5579AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5579AC; }
p { color: rgb(85,121,172); }
H1.HeaderClassName
{
color: #5579AC;
}
.AnyTagClassName
{
color: #5579AC;
}
</style>
background-color css
<style>
a { background-color: #5579AC; }
a { background-color: rgb(85,121,172); }
div.DivClassName
{
background-color: #5579AC;
}
.BgClassName
{
background-color: #5579AC;
}
</style>
border-color css
<style>
span { border-color: #5579AC; }
span { border-color: rgb(85,121,172); }
td.TdClassName
{
border-color: #5579AC;
}
.TagClassName
{
border-color: #5579AC;
}
</style>