Shades of San Marino #5574AC
Tints of San Marino #5574AC
RGB
CMYK
RGB Variations
Color information
#5574AC (or 0x5574AC) is known color: San Marino. HEX triplet: 55, 74 and AC. RGB value is (85,116,172). Sum of RGB (Red+Green+Blue) = 85+116+172=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #5574AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5574AC is #AA8B53. Grayscale: #707070. Windows color (decimal): -11176788 or 11301973. OLE color: 11301973.
HSL color Cylindrical-coordinate representation of color #5574AC: hue angle of 218.62º 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 #5574AC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 116 | 172 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.33 |
| HSL | 218.62º | 0.34% | 0.5% | - |
| HSV(B) | 218.62º | 0.51% | 0.67% | - |
| XYZ | 17.44 | 17.4 | 41.47 | - |
| YUV | 113.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 172 | 0.51 | 0.33 | 0 | 0.33 | 218.62 | 0.34 | 0.5 |
| Hex | 55 | 74 | AC | 33 | 21 | 0 | 21 | DB | 22 | 32 |
| Octal | 125 | 164 | 254 | 63 | 41 | 0 | 41 | 333 | 42 | 62 |
| Binary | 1010101 | 1110100 | 10101100 | 110011 | 100001 | 0 | 100001 | 11011011 | 100010 | 110010 |
Color Harmonies of #5574AC
Complementary color
Monochromatic Colors of #5574AC
Black with #5574AC
Text Example
Text Example
White with #5574AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574AC; }
p { color: rgb(85,116,172); }
H1.HeaderClassName
{
color: #5574AC;
}
.AnyTagClassName
{
color: #5574AC;
}
</style>
background-color css
<style>
a { background-color: #5574AC; }
a { background-color: rgb(85,116,172); }
div.DivClassName
{
background-color: #5574AC;
}
.BgClassName
{
background-color: #5574AC;
}
</style>
border-color css
<style>
span { border-color: #5574AC; }
span { border-color: rgb(85,116,172); }
td.TdClassName
{
border-color: #5574AC;
}
.TagClassName
{
border-color: #5574AC;
}
</style>