Shades of San Marino #5778AC
Tints of San Marino #5778AC
RGB
CMYK
RGB Variations
Color information
#5778AC (or 0x5778AC) is known color: San Marino. HEX triplet: 57, 78 and AC. RGB value is (87,120,172). Sum of RGB (Red+Green+Blue) = 87+120+172=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #5778AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778AC is #A88753. Grayscale: #737373. Windows color (decimal): -11044692 or 11302999. OLE color: 11302999.
HSL color Cylindrical-coordinate representation of color #5778AC: hue angle of 216.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5778AC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 120 | 172 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.33 |
| HSL | 216.71º | 0.34% | 0.51% | - |
| HSV(B) | 216.71º | 0.49% | 0.67% | - |
| XYZ | 18.09 | 18.44 | 41.63 | - |
| YUV | 116.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 172 | 0.49 | 0.30 | 0 | 0.33 | 216.71 | 0.34 | 0.51 |
| Hex | 57 | 78 | AC | 31 | 1E | 0 | 21 | D9 | 22 | 33 |
| Octal | 127 | 170 | 254 | 61 | 36 | 0 | 41 | 331 | 42 | 63 |
| Binary | 1010111 | 1111000 | 10101100 | 110001 | 11110 | 0 | 100001 | 11011001 | 100010 | 110011 |
Color Harmonies of #5778AC
Complementary color
Monochromatic Colors of #5778AC
Black with #5778AC
Text Example
Text Example
White with #5778AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778AC; }
p { color: rgb(87,120,172); }
H1.HeaderClassName
{
color: #5778AC;
}
.AnyTagClassName
{
color: #5778AC;
}
</style>
background-color css
<style>
a { background-color: #5778AC; }
a { background-color: rgb(87,120,172); }
div.DivClassName
{
background-color: #5778AC;
}
.BgClassName
{
background-color: #5778AC;
}
</style>
border-color css
<style>
span { border-color: #5778AC; }
span { border-color: rgb(87,120,172); }
td.TdClassName
{
border-color: #5778AC;
}
.TagClassName
{
border-color: #5778AC;
}
</style>