Shades of San Marino #5A78AC
Tints of San Marino #5A78AC
RGB
CMYK
RGB Variations
Color information
#5A78AC (or 0x5A78AC) is known color: San Marino. HEX triplet: 5A, 78 and AC. RGB value is (90,120,172). Sum of RGB (Red+Green+Blue) = 90+120+172=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A78AC is #A58753. Grayscale: #747474. Windows color (decimal): -10848084 or 11303002. OLE color: 11303002.
HSL color Cylindrical-coordinate representation of color #5A78AC: hue angle of 218.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A78AC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 120 | 172 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.33 |
| HSL | 218.05º | 0.33% | 0.51% | - |
| HSV(B) | 218.05º | 0.48% | 0.67% | - |
| XYZ | 18.38 | 18.59 | 41.65 | - |
| YUV | 116.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 172 | 0.48 | 0.30 | 0 | 0.33 | 218.05 | 0.33 | 0.51 |
| Hex | 5A | 78 | AC | 30 | 1E | 0 | 21 | DA | 21 | 33 |
| Octal | 132 | 170 | 254 | 60 | 36 | 0 | 41 | 332 | 41 | 63 |
| Binary | 1011010 | 1111000 | 10101100 | 110000 | 11110 | 0 | 100001 | 11011010 | 100001 | 110011 |
Color Harmonies of #5A78AC
Complementary color
Monochromatic Colors of #5A78AC
Black with #5A78AC
Text Example
Text Example
White with #5A78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A78AC; }
p { color: rgb(90,120,172); }
H1.HeaderClassName
{
color: #5A78AC;
}
.AnyTagClassName
{
color: #5A78AC;
}
</style>
background-color css
<style>
a { background-color: #5A78AC; }
a { background-color: rgb(90,120,172); }
div.DivClassName
{
background-color: #5A78AC;
}
.BgClassName
{
background-color: #5A78AC;
}
</style>
border-color css
<style>
span { border-color: #5A78AC; }
span { border-color: rgb(90,120,172); }
td.TdClassName
{
border-color: #5A78AC;
}
.TagClassName
{
border-color: #5A78AC;
}
</style>