Shades of San Marino #5670AD
Tints of San Marino #5670AD
RGB
CMYK
RGB Variations
Color information
#5670AD (or 0x5670AD) is known color: San Marino. HEX triplet: 56, 70 and AD. RGB value is (86,112,173). Sum of RGB (Red+Green+Blue) = 86+112+173=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #5670AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5670AD is #A98F52. Grayscale: #6E6E6E. Windows color (decimal): -11112275 or 11366486. OLE color: 11366486.
HSL color Cylindrical-coordinate representation of color #5670AD: hue angle of 222.07º 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 #5670AD is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 112 | 173 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.32 |
| HSL | 222.07º | 0.35% | 0.51% | - |
| HSV(B) | 222.07º | 0.5% | 0.68% | - |
| XYZ | 17.17 | 16.58 | 41.83 | - |
| YUV | 111.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 173 | 0.50 | 0.35 | 0 | 0.32 | 222.07 | 0.35 | 0.51 |
| Hex | 56 | 70 | AD | 32 | 23 | 0 | 20 | DE | 23 | 33 |
| Octal | 126 | 160 | 255 | 62 | 43 | 0 | 40 | 336 | 43 | 63 |
| Binary | 1010110 | 1110000 | 10101101 | 110010 | 100011 | 0 | 100000 | 11011110 | 100011 | 110011 |
Color Harmonies of #5670AD
Complementary color
Monochromatic Colors of #5670AD
Black with #5670AD
Text Example
Text Example
White with #5670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5670AD; }
p { color: rgb(86,112,173); }
H1.HeaderClassName
{
color: #5670AD;
}
.AnyTagClassName
{
color: #5670AD;
}
</style>
background-color css
<style>
a { background-color: #5670AD; }
a { background-color: rgb(86,112,173); }
div.DivClassName
{
background-color: #5670AD;
}
.BgClassName
{
background-color: #5670AD;
}
</style>
border-color css
<style>
span { border-color: #5670AD; }
span { border-color: rgb(86,112,173); }
td.TdClassName
{
border-color: #5670AD;
}
.TagClassName
{
border-color: #5670AD;
}
</style>