Shades of San Marino #5679A9
Tints of San Marino #5679A9
RGB
CMYK
RGB Variations
Color information
#5679A9 (or 0x5679A9) is known color: San Marino. HEX triplet: 56, 79 and A9. RGB value is (86,121,169). Sum of RGB (Red+Green+Blue) = 86+121+169=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #5679A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5679A9 is #A98656. Grayscale: #737373. Windows color (decimal): -11109975 or 11106646. OLE color: 11106646.
HSL color Cylindrical-coordinate representation of color #5679A9: hue angle of 214.7º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5679A9 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 121 | 169 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.34 |
| HSL | 214.7º | 0.33% | 0.5% | - |
| HSV(B) | 214.7º | 0.49% | 0.66% | - |
| XYZ | 17.84 | 18.52 | 40.17 | - |
| YUV | 116.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 169 | 0.49 | 0.28 | 0 | 0.34 | 214.7 | 0.33 | 0.5 |
| Hex | 56 | 79 | A9 | 31 | 1C | 0 | 22 | D7 | 21 | 32 |
| Octal | 126 | 171 | 251 | 61 | 34 | 0 | 42 | 327 | 41 | 62 |
| Binary | 1010110 | 1111001 | 10101001 | 110001 | 11100 | 0 | 100010 | 11010111 | 100001 | 110010 |
Color Harmonies of #5679A9
Complementary color
Monochromatic Colors of #5679A9
Black with #5679A9
Text Example
Text Example
White with #5679A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679A9; }
p { color: rgb(86,121,169); }
H1.HeaderClassName
{
color: #5679A9;
}
.AnyTagClassName
{
color: #5679A9;
}
</style>
background-color css
<style>
a { background-color: #5679A9; }
a { background-color: rgb(86,121,169); }
div.DivClassName
{
background-color: #5679A9;
}
.BgClassName
{
background-color: #5679A9;
}
</style>
border-color css
<style>
span { border-color: #5679A9; }
span { border-color: rgb(86,121,169); }
td.TdClassName
{
border-color: #5679A9;
}
.TagClassName
{
border-color: #5679A9;
}
</style>