Shades of San Marino #5674AB
Tints of San Marino #5674AB
RGB
CMYK
RGB Variations
Color information
#5674AB (or 0x5674AB) is known color: San Marino. HEX triplet: 56, 74 and AB. RGB value is (86,116,171). Sum of RGB (Red+Green+Blue) = 86+116+171=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5674AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5674AB is #A98B54. Grayscale: #717171. Windows color (decimal): -11111253 or 11236438. OLE color: 11236438.
HSL color Cylindrical-coordinate representation of color #5674AB: hue angle of 218.82º 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 #5674AB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 116 | 171 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.33 |
| HSL | 218.82º | 0.34% | 0.5% | - |
| HSV(B) | 218.82º | 0.5% | 0.67% | - |
| XYZ | 17.43 | 17.41 | 40.97 | - |
| YUV | 113.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 171 | 0.50 | 0.32 | 0 | 0.33 | 218.82 | 0.34 | 0.5 |
| Hex | 56 | 74 | AB | 32 | 20 | 0 | 21 | DB | 22 | 32 |
| Octal | 126 | 164 | 253 | 62 | 40 | 0 | 41 | 333 | 42 | 62 |
| Binary | 1010110 | 1110100 | 10101011 | 110010 | 100000 | 0 | 100001 | 11011011 | 100010 | 110010 |
Color Harmonies of #5674AB
Complementary color
Monochromatic Colors of #5674AB
Black with #5674AB
Text Example
Text Example
White with #5674AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5674AB; }
p { color: rgb(86,116,171); }
H1.HeaderClassName
{
color: #5674AB;
}
.AnyTagClassName
{
color: #5674AB;
}
</style>
background-color css
<style>
a { background-color: #5674AB; }
a { background-color: rgb(86,116,171); }
div.DivClassName
{
background-color: #5674AB;
}
.BgClassName
{
background-color: #5674AB;
}
</style>
border-color css
<style>
span { border-color: #5674AB; }
span { border-color: rgb(86,116,171); }
td.TdClassName
{
border-color: #5674AB;
}
.TagClassName
{
border-color: #5674AB;
}
</style>