Shades of San Marino #5674AD
Tints of San Marino #5674AD
RGB
CMYK
RGB Variations
Color information
#5674AD (or 0x5674AD) is known color: San Marino. HEX triplet: 56, 74 and AD. RGB value is (86,116,173). Sum of RGB (Red+Green+Blue) = 86+116+173=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5674AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5674AD is #A98B52. Grayscale: #717171. Windows color (decimal): -11111251 or 11367510. OLE color: 11367510.
HSL color Cylindrical-coordinate representation of color #5674AD: hue angle of 219.31º 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 #5674AD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 116 | 173 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.32 |
| HSL | 219.31º | 0.35% | 0.51% | - |
| HSV(B) | 219.31º | 0.5% | 0.68% | - |
| XYZ | 17.63 | 17.49 | 41.98 | - |
| YUV | 113.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 173 | 0.50 | 0.33 | 0 | 0.32 | 219.31 | 0.35 | 0.51 |
| Hex | 56 | 74 | AD | 32 | 21 | 0 | 20 | DB | 23 | 33 |
| Octal | 126 | 164 | 255 | 62 | 41 | 0 | 40 | 333 | 43 | 63 |
| Binary | 1010110 | 1110100 | 10101101 | 110010 | 100001 | 0 | 100000 | 11011011 | 100011 | 110011 |
Color Harmonies of #5674AD
Complementary color
Monochromatic Colors of #5674AD
Black with #5674AD
Text Example
Text Example
White with #5674AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5674AD; }
p { color: rgb(86,116,173); }
H1.HeaderClassName
{
color: #5674AD;
}
.AnyTagClassName
{
color: #5674AD;
}
</style>
background-color css
<style>
a { background-color: #5674AD; }
a { background-color: rgb(86,116,173); }
div.DivClassName
{
background-color: #5674AD;
}
.BgClassName
{
background-color: #5674AD;
}
</style>
border-color css
<style>
span { border-color: #5674AD; }
span { border-color: rgb(86,116,173); }
td.TdClassName
{
border-color: #5674AD;
}
.TagClassName
{
border-color: #5674AD;
}
</style>