Shades of San Marino #53679E
Tints of San Marino #53679E
RGB
CMYK
RGB Variations
Color information
#53679E (or 0x53679E) is known color: San Marino. HEX triplet: 53, 67 and 9E. RGB value is (83,103,158). Sum of RGB (Red+Green+Blue) = 83+103+158=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #53679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679E is #AC9861. Grayscale: #676767. Windows color (decimal): -11311202 or 10381139. OLE color: 10381139.
HSL color Cylindrical-coordinate representation of color #53679E: hue angle of 224º 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 #53679E is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 103 | 158 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.38 |
| HSL | 224º | 0.31% | 0.47% | - |
| HSV(B) | 224º | 0.47% | 0.62% | - |
| XYZ | 14.59 | 14.01 | 34.28 | - |
| YUV | 103.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 158 | 0.47 | 0.35 | 0 | 0.38 | 224 | 0.31 | 0.47 |
| Hex | 53 | 67 | 9E | 2F | 23 | 0 | 26 | E0 | 1F | 2F |
| Octal | 123 | 147 | 236 | 57 | 43 | 0 | 46 | 340 | 37 | 57 |
| Binary | 1010011 | 1100111 | 10011110 | 101111 | 100011 | 0 | 100110 | 11100000 | 11111 | 101111 |
Color Harmonies of #53679E
Complementary color
Monochromatic Colors of #53679E
Black with #53679E
Text Example
Text Example
White with #53679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53679E; }
p { color: rgb(83,103,158); }
H1.HeaderClassName
{
color: #53679E;
}
.AnyTagClassName
{
color: #53679E;
}
</style>
background-color css
<style>
a { background-color: #53679E; }
a { background-color: rgb(83,103,158); }
div.DivClassName
{
background-color: #53679E;
}
.BgClassName
{
background-color: #53679E;
}
</style>
border-color css
<style>
span { border-color: #53679E; }
span { border-color: rgb(83,103,158); }
td.TdClassName
{
border-color: #53679E;
}
.TagClassName
{
border-color: #53679E;
}
</style>