Shades of San Marino #5676AB
Tints of San Marino #5676AB
RGB
CMYK
RGB Variations
Color information
#5676AB (or 0x5676AB) is known color: San Marino. HEX triplet: 56, 76 and AB. RGB value is (86,118,171). Sum of RGB (Red+Green+Blue) = 86+118+171=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #5676AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5676AB is #A98954. Grayscale: #727272. Windows color (decimal): -11110741 or 11236950. OLE color: 11236950.
HSL color Cylindrical-coordinate representation of color #5676AB: hue angle of 217.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5676AB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 118 | 171 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.33 |
| HSL | 217.41º | 0.34% | 0.5% | - |
| HSV(B) | 217.41º | 0.5% | 0.67% | - |
| XYZ | 17.67 | 17.88 | 41.05 | - |
| YUV | 114.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 171 | 0.50 | 0.31 | 0 | 0.33 | 217.41 | 0.34 | 0.5 |
| Hex | 56 | 76 | AB | 32 | 1F | 0 | 21 | D9 | 22 | 32 |
| Octal | 126 | 166 | 253 | 62 | 37 | 0 | 41 | 331 | 42 | 62 |
| Binary | 1010110 | 1110110 | 10101011 | 110010 | 11111 | 0 | 100001 | 11011001 | 100010 | 110010 |
Color Harmonies of #5676AB
Complementary color
Monochromatic Colors of #5676AB
Black with #5676AB
Text Example
Text Example
White with #5676AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676AB; }
p { color: rgb(86,118,171); }
H1.HeaderClassName
{
color: #5676AB;
}
.AnyTagClassName
{
color: #5676AB;
}
</style>
background-color css
<style>
a { background-color: #5676AB; }
a { background-color: rgb(86,118,171); }
div.DivClassName
{
background-color: #5676AB;
}
.BgClassName
{
background-color: #5676AB;
}
</style>
border-color css
<style>
span { border-color: #5676AB; }
span { border-color: rgb(86,118,171); }
td.TdClassName
{
border-color: #5676AB;
}
.TagClassName
{
border-color: #5676AB;
}
</style>