Shades of San Marino #53689C
Tints of San Marino #53689C
RGB
CMYK
RGB Variations
Color information
#53689C (or 0x53689C) is known color: San Marino. HEX triplet: 53, 68 and 9C. RGB value is (83,104,156). Sum of RGB (Red+Green+Blue) = 83+104+156=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #53689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53689C is #AC9763. Grayscale: #676767. Windows color (decimal): -11310948 or 10250323. OLE color: 10250323.
HSL color Cylindrical-coordinate representation of color #53689C: hue angle of 222.74º 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 #53689C is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 104 | 156 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.39 |
| HSL | 222.74º | 0.31% | 0.47% | - |
| HSV(B) | 222.74º | 0.47% | 0.61% | - |
| XYZ | 14.52 | 14.14 | 33.42 | - |
| YUV | 103.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 156 | 0.47 | 0.33 | 0 | 0.39 | 222.74 | 0.31 | 0.47 |
| Hex | 53 | 68 | 9C | 2F | 21 | 0 | 27 | DF | 1F | 2F |
| Octal | 123 | 150 | 234 | 57 | 41 | 0 | 47 | 337 | 37 | 57 |
| Binary | 1010011 | 1101000 | 10011100 | 101111 | 100001 | 0 | 100111 | 11011111 | 11111 | 101111 |
Color Harmonies of #53689C
Complementary color
Monochromatic Colors of #53689C
Black with #53689C
Text Example
Text Example
White with #53689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53689C; }
p { color: rgb(83,104,156); }
H1.HeaderClassName
{
color: #53689C;
}
.AnyTagClassName
{
color: #53689C;
}
</style>
background-color css
<style>
a { background-color: #53689C; }
a { background-color: rgb(83,104,156); }
div.DivClassName
{
background-color: #53689C;
}
.BgClassName
{
background-color: #53689C;
}
</style>
border-color css
<style>
span { border-color: #53689C; }
span { border-color: rgb(83,104,156); }
td.TdClassName
{
border-color: #53689C;
}
.TagClassName
{
border-color: #53689C;
}
</style>