Shades of San Marino #53689E
Tints of San Marino #53689E
RGB
CMYK
RGB Variations
Color information
#53689E (or 0x53689E) is known color: San Marino. HEX triplet: 53, 68 and 9E. RGB value is (83,104,158). Sum of RGB (Red+Green+Blue) = 83+104+158=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #53689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53689E is #AC9761. Grayscale: #676767. Windows color (decimal): -11310946 or 10381395. OLE color: 10381395.
HSL color Cylindrical-coordinate representation of color #53689E: hue angle of 223.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53689E is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 104 | 158 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.38 |
| HSL | 223.2º | 0.31% | 0.47% | - |
| HSV(B) | 223.2º | 0.47% | 0.62% | - |
| XYZ | 14.69 | 14.21 | 34.32 | - |
| YUV | 103.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 158 | 0.47 | 0.34 | 0 | 0.38 | 223.2 | 0.31 | 0.47 |
| Hex | 53 | 68 | 9E | 2F | 22 | 0 | 26 | DF | 1F | 2F |
| Octal | 123 | 150 | 236 | 57 | 42 | 0 | 46 | 337 | 37 | 57 |
| Binary | 1010011 | 1101000 | 10011110 | 101111 | 100010 | 0 | 100110 | 11011111 | 11111 | 101111 |
Color Harmonies of #53689E
Complementary color
Monochromatic Colors of #53689E
Black with #53689E
Text Example
Text Example
White with #53689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53689E; }
p { color: rgb(83,104,158); }
H1.HeaderClassName
{
color: #53689E;
}
.AnyTagClassName
{
color: #53689E;
}
</style>
background-color css
<style>
a { background-color: #53689E; }
a { background-color: rgb(83,104,158); }
div.DivClassName
{
background-color: #53689E;
}
.BgClassName
{
background-color: #53689E;
}
</style>
border-color css
<style>
span { border-color: #53689E; }
span { border-color: rgb(83,104,158); }
td.TdClassName
{
border-color: #53689E;
}
.TagClassName
{
border-color: #53689E;
}
</style>