Shades of San Marino #5672AB
Tints of San Marino #5672AB
RGB
CMYK
RGB Variations
Color information
#5672AB (or 0x5672AB) is known color: San Marino. HEX triplet: 56, 72 and AB. RGB value is (86,114,171). Sum of RGB (Red+Green+Blue) = 86+114+171=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5672AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5672AB is #A98D54. Grayscale: #6F6F6F. Windows color (decimal): -11111765 or 11235926. OLE color: 11235926.
HSL color Cylindrical-coordinate representation of color #5672AB: hue angle of 220.24º 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 #5672AB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 114 | 171 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.33 |
| HSL | 220.24º | 0.34% | 0.5% | - |
| HSV(B) | 220.24º | 0.5% | 0.67% | - |
| XYZ | 17.21 | 16.95 | 40.89 | - |
| YUV | 112.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 171 | 0.50 | 0.33 | 0 | 0.33 | 220.24 | 0.34 | 0.5 |
| Hex | 56 | 72 | AB | 32 | 21 | 0 | 21 | DC | 22 | 32 |
| Octal | 126 | 162 | 253 | 62 | 41 | 0 | 41 | 334 | 42 | 62 |
| Binary | 1010110 | 1110010 | 10101011 | 110010 | 100001 | 0 | 100001 | 11011100 | 100010 | 110010 |
Color Harmonies of #5672AB
Complementary color
Monochromatic Colors of #5672AB
Black with #5672AB
Text Example
Text Example
White with #5672AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672AB; }
p { color: rgb(86,114,171); }
H1.HeaderClassName
{
color: #5672AB;
}
.AnyTagClassName
{
color: #5672AB;
}
</style>
background-color css
<style>
a { background-color: #5672AB; }
a { background-color: rgb(86,114,171); }
div.DivClassName
{
background-color: #5672AB;
}
.BgClassName
{
background-color: #5672AB;
}
</style>
border-color css
<style>
span { border-color: #5672AB; }
span { border-color: rgb(86,114,171); }
td.TdClassName
{
border-color: #5672AB;
}
.TagClassName
{
border-color: #5672AB;
}
</style>