Shades of San Marino #5674AE
Tints of San Marino #5674AE
RGB
CMYK
RGB Variations
Color information
#5674AE (or 0x5674AE) is known color: San Marino. HEX triplet: 56, 74 and AE. RGB value is (86,116,174). Sum of RGB (Red+Green+Blue) = 86+116+174=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5674AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5674AE is #A98B51. Grayscale: #717171. Windows color (decimal): -11111250 or 11433046. OLE color: 11433046.
HSL color Cylindrical-coordinate representation of color #5674AE: hue angle of 219.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5674AE is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 116 | 174 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.32 |
| HSL | 219.55º | 0.35% | 0.51% | - |
| HSV(B) | 219.55º | 0.51% | 0.68% | - |
| XYZ | 17.72 | 17.53 | 42.49 | - |
| YUV | 113.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 174 | 0.51 | 0.33 | 0 | 0.32 | 219.55 | 0.35 | 0.51 |
| Hex | 56 | 74 | AE | 33 | 21 | 0 | 20 | DC | 23 | 33 |
| Octal | 126 | 164 | 256 | 63 | 41 | 0 | 40 | 334 | 43 | 63 |
| Binary | 1010110 | 1110100 | 10101110 | 110011 | 100001 | 0 | 100000 | 11011100 | 100011 | 110011 |
Color Harmonies of #5674AE
Complementary color
Monochromatic Colors of #5674AE
Black with #5674AE
Text Example
Text Example
White with #5674AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5674AE; }
p { color: rgb(86,116,174); }
H1.HeaderClassName
{
color: #5674AE;
}
.AnyTagClassName
{
color: #5674AE;
}
</style>
background-color css
<style>
a { background-color: #5674AE; }
a { background-color: rgb(86,116,174); }
div.DivClassName
{
background-color: #5674AE;
}
.BgClassName
{
background-color: #5674AE;
}
</style>
border-color css
<style>
span { border-color: #5674AE; }
span { border-color: rgb(86,116,174); }
td.TdClassName
{
border-color: #5674AE;
}
.TagClassName
{
border-color: #5674AE;
}
</style>