Shades of San Marino #5A679F
Tints of San Marino #5A679F
RGB
CMYK
RGB Variations
Color information
#5A679F (or 0x5A679F) is known color: San Marino. HEX triplet: 5A, 67 and 9F. RGB value is (90,103,159). Sum of RGB (Red+Green+Blue) = 90+103+159=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A679F is #A59860. Grayscale: #696969. Windows color (decimal): -10852449 or 10446682. OLE color: 10446682.
HSL color Cylindrical-coordinate representation of color #5A679F: hue angle of 228.7º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A679F is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 103 | 159 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.38 |
| HSL | 228.7º | 0.28% | 0.49% | - |
| HSV(B) | 228.7º | 0.43% | 0.62% | - |
| XYZ | 15.32 | 14.38 | 34.77 | - |
| YUV | 105.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 159 | 0.43 | 0.35 | 0 | 0.38 | 228.7 | 0.28 | 0.49 |
| Hex | 5A | 67 | 9F | 2B | 23 | 0 | 26 | E5 | 1C | 31 |
| Octal | 132 | 147 | 237 | 53 | 43 | 0 | 46 | 345 | 34 | 61 |
| Binary | 1011010 | 1100111 | 10011111 | 101011 | 100011 | 0 | 100110 | 11100101 | 11100 | 110001 |
Color Harmonies of #5A679F
Complementary color
Monochromatic Colors of #5A679F
Black with #5A679F
Text Example
Text Example
White with #5A679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A679F; }
p { color: rgb(90,103,159); }
H1.HeaderClassName
{
color: #5A679F;
}
.AnyTagClassName
{
color: #5A679F;
}
</style>
background-color css
<style>
a { background-color: #5A679F; }
a { background-color: rgb(90,103,159); }
div.DivClassName
{
background-color: #5A679F;
}
.BgClassName
{
background-color: #5A679F;
}
</style>
border-color css
<style>
span { border-color: #5A679F; }
span { border-color: rgb(90,103,159); }
td.TdClassName
{
border-color: #5A679F;
}
.TagClassName
{
border-color: #5A679F;
}
</style>