Shades of San Marino #5578AC
Tints of San Marino #5578AC
RGB
CMYK
RGB Variations
Color information
#5578AC (or 0x5578AC) is known color: San Marino. HEX triplet: 55, 78 and AC. RGB value is (85,120,172). Sum of RGB (Red+Green+Blue) = 85+120+172=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #5578AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5578AC is #AA8753. Grayscale: #737373. Windows color (decimal): -11175764 or 11302997. OLE color: 11302997.
HSL color Cylindrical-coordinate representation of color #5578AC: hue angle of 215.86º 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 #5578AC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 120 | 172 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.33 |
| HSL | 215.86º | 0.34% | 0.5% | - |
| HSV(B) | 215.86º | 0.51% | 0.67% | - |
| XYZ | 17.91 | 18.34 | 41.63 | - |
| YUV | 115.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 172 | 0.51 | 0.30 | 0 | 0.33 | 215.86 | 0.34 | 0.5 |
| Hex | 55 | 78 | AC | 33 | 1E | 0 | 21 | D8 | 22 | 32 |
| Octal | 125 | 170 | 254 | 63 | 36 | 0 | 41 | 330 | 42 | 62 |
| Binary | 1010101 | 1111000 | 10101100 | 110011 | 11110 | 0 | 100001 | 11011000 | 100010 | 110010 |
Color Harmonies of #5578AC
Complementary color
Monochromatic Colors of #5578AC
Black with #5578AC
Text Example
Text Example
White with #5578AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578AC; }
p { color: rgb(85,120,172); }
H1.HeaderClassName
{
color: #5578AC;
}
.AnyTagClassName
{
color: #5578AC;
}
</style>
background-color css
<style>
a { background-color: #5578AC; }
a { background-color: rgb(85,120,172); }
div.DivClassName
{
background-color: #5578AC;
}
.BgClassName
{
background-color: #5578AC;
}
</style>
border-color css
<style>
span { border-color: #5578AC; }
span { border-color: rgb(85,120,172); }
td.TdClassName
{
border-color: #5578AC;
}
.TagClassName
{
border-color: #5578AC;
}
</style>