Shades of San Marino #53679C
Tints of San Marino #53679C
RGB
CMYK
RGB Variations
Color information
#53679C (or 0x53679C) is known color: San Marino. HEX triplet: 53, 67 and 9C. RGB value is (83,103,156). Sum of RGB (Red+Green+Blue) = 83+103+156=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #53679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679C is #AC9863. Grayscale: #666666. Windows color (decimal): -11311204 or 10250067. OLE color: 10250067.
HSL color Cylindrical-coordinate representation of color #53679C: hue angle of 223.56º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53679C is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 103 | 156 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.39 |
| HSL | 223.56º | 0.31% | 0.47% | - |
| HSV(B) | 223.56º | 0.47% | 0.61% | - |
| XYZ | 14.42 | 13.94 | 33.38 | - |
| YUV | 103.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 156 | 0.47 | 0.34 | 0 | 0.39 | 223.56 | 0.31 | 0.47 |
| Hex | 53 | 67 | 9C | 2F | 22 | 0 | 27 | E0 | 1F | 2F |
| Octal | 123 | 147 | 234 | 57 | 42 | 0 | 47 | 340 | 37 | 57 |
| Binary | 1010011 | 1100111 | 10011100 | 101111 | 100010 | 0 | 100111 | 11100000 | 11111 | 101111 |
Color Harmonies of #53679C
Complementary color
Monochromatic Colors of #53679C
Black with #53679C
Text Example
Text Example
White with #53679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53679C; }
p { color: rgb(83,103,156); }
H1.HeaderClassName
{
color: #53679C;
}
.AnyTagClassName
{
color: #53679C;
}
</style>
background-color css
<style>
a { background-color: #53679C; }
a { background-color: rgb(83,103,156); }
div.DivClassName
{
background-color: #53679C;
}
.BgClassName
{
background-color: #53679C;
}
</style>
border-color css
<style>
span { border-color: #53679C; }
span { border-color: rgb(83,103,156); }
td.TdClassName
{
border-color: #53679C;
}
.TagClassName
{
border-color: #53679C;
}
</style>