Shades of San Marino #5678AD
Tints of San Marino #5678AD
RGB
CMYK
RGB Variations
Color information
#5678AD (or 0x5678AD) is known color: San Marino. HEX triplet: 56, 78 and AD. RGB value is (86,120,173). Sum of RGB (Red+Green+Blue) = 86+120+173=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #5678AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5678AD is #A98752. Grayscale: #737373. Windows color (decimal): -11110227 or 11368534. OLE color: 11368534.
HSL color Cylindrical-coordinate representation of color #5678AD: hue angle of 216.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5678AD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 120 | 173 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.32 |
| HSL | 216.55º | 0.35% | 0.51% | - |
| HSV(B) | 216.55º | 0.5% | 0.68% | - |
| XYZ | 18.1 | 18.43 | 42.14 | - |
| YUV | 115.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 173 | 0.50 | 0.31 | 0 | 0.32 | 216.55 | 0.35 | 0.51 |
| Hex | 56 | 78 | AD | 32 | 1F | 0 | 20 | D9 | 23 | 33 |
| Octal | 126 | 170 | 255 | 62 | 37 | 0 | 40 | 331 | 43 | 63 |
| Binary | 1010110 | 1111000 | 10101101 | 110010 | 11111 | 0 | 100000 | 11011001 | 100011 | 110011 |
Color Harmonies of #5678AD
Complementary color
Monochromatic Colors of #5678AD
Black with #5678AD
Text Example
Text Example
White with #5678AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678AD; }
p { color: rgb(86,120,173); }
H1.HeaderClassName
{
color: #5678AD;
}
.AnyTagClassName
{
color: #5678AD;
}
</style>
background-color css
<style>
a { background-color: #5678AD; }
a { background-color: rgb(86,120,173); }
div.DivClassName
{
background-color: #5678AD;
}
.BgClassName
{
background-color: #5678AD;
}
</style>
border-color css
<style>
span { border-color: #5678AD; }
span { border-color: rgb(86,120,173); }
td.TdClassName
{
border-color: #5678AD;
}
.TagClassName
{
border-color: #5678AD;
}
</style>