Shades of San Marino #53729C
Tints of San Marino #53729C
RGB
CMYK
RGB Variations
Color information
#53729C (or 0x53729C) is known color: San Marino. HEX triplet: 53, 72 and 9C. RGB value is (83,114,156). Sum of RGB (Red+Green+Blue) = 83+114+156=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #53729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53729C is #AC8D63. Grayscale: #6D6D6D. Windows color (decimal): -11308388 or 10252883. OLE color: 10252883.
HSL color Cylindrical-coordinate representation of color #53729C: hue angle of 214.52º 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 #53729C is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 114 | 156 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.39 |
| HSL | 214.52º | 0.31% | 0.47% | - |
| HSV(B) | 214.52º | 0.47% | 0.61% | - |
| XYZ | 15.59 | 16.27 | 33.77 | - |
| YUV | 109.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 156 | 0.47 | 0.27 | 0 | 0.39 | 214.52 | 0.31 | 0.47 |
| Hex | 53 | 72 | 9C | 2F | 1B | 0 | 27 | D7 | 1F | 2F |
| Octal | 123 | 162 | 234 | 57 | 33 | 0 | 47 | 327 | 37 | 57 |
| Binary | 1010011 | 1110010 | 10011100 | 101111 | 11011 | 0 | 100111 | 11010111 | 11111 | 101111 |
Color Harmonies of #53729C
Complementary color
Monochromatic Colors of #53729C
Black with #53729C
Text Example
Text Example
White with #53729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53729C; }
p { color: rgb(83,114,156); }
H1.HeaderClassName
{
color: #53729C;
}
.AnyTagClassName
{
color: #53729C;
}
</style>
background-color css
<style>
a { background-color: #53729C; }
a { background-color: rgb(83,114,156); }
div.DivClassName
{
background-color: #53729C;
}
.BgClassName
{
background-color: #53729C;
}
</style>
border-color css
<style>
span { border-color: #53729C; }
span { border-color: rgb(83,114,156); }
td.TdClassName
{
border-color: #53729C;
}
.TagClassName
{
border-color: #53729C;
}
</style>