Shades of San Marino #5679A8
Tints of San Marino #5679A8
RGB
CMYK
RGB Variations
Color information
#5679A8 (or 0x5679A8) is known color: San Marino. HEX triplet: 56, 79 and A8. RGB value is (86,121,168). Sum of RGB (Red+Green+Blue) = 86+121+168=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #5679A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5679A8 is #A98657. Grayscale: #737373. Windows color (decimal): -11109976 or 11041110. OLE color: 11041110.
HSL color Cylindrical-coordinate representation of color #5679A8: hue angle of 214.39º degrees, saturation: 0.32, 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 #5679A8 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 121 | 168 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.34 |
| HSL | 214.39º | 0.32% | 0.5% | - |
| HSV(B) | 214.39º | 0.49% | 0.66% | - |
| XYZ | 17.74 | 18.48 | 39.68 | - |
| YUV | 115.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 168 | 0.49 | 0.28 | 0 | 0.34 | 214.39 | 0.32 | 0.5 |
| Hex | 56 | 79 | A8 | 31 | 1C | 0 | 22 | D6 | 20 | 32 |
| Octal | 126 | 171 | 250 | 61 | 34 | 0 | 42 | 326 | 40 | 62 |
| Binary | 1010110 | 1111001 | 10101000 | 110001 | 11100 | 0 | 100010 | 11010110 | 100000 | 110010 |
Color Harmonies of #5679A8
Complementary color
Monochromatic Colors of #5679A8
Black with #5679A8
Text Example
Text Example
White with #5679A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679A8; }
p { color: rgb(86,121,168); }
H1.HeaderClassName
{
color: #5679A8;
}
.AnyTagClassName
{
color: #5679A8;
}
</style>
background-color css
<style>
a { background-color: #5679A8; }
a { background-color: rgb(86,121,168); }
div.DivClassName
{
background-color: #5679A8;
}
.BgClassName
{
background-color: #5679A8;
}
</style>
border-color css
<style>
span { border-color: #5679A8; }
span { border-color: rgb(86,121,168); }
td.TdClassName
{
border-color: #5679A8;
}
.TagClassName
{
border-color: #5679A8;
}
</style>