Shades of San Marino #5368A9
Tints of San Marino #5368A9
RGB
CMYK
RGB Variations
Color information
#5368A9 (or 0x5368A9) is known color: San Marino. HEX triplet: 53, 68 and A9. RGB value is (83,104,169). Sum of RGB (Red+Green+Blue) = 83+104+169=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #5368A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5368A9 is #AC9756. Grayscale: #686868. Windows color (decimal): -11310935 or 11102291. OLE color: 11102291.
HSL color Cylindrical-coordinate representation of color #5368A9: hue angle of 225.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5368A9 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 104 | 169 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.34 |
| HSL | 225.35º | 0.34% | 0.49% | - |
| HSV(B) | 225.35º | 0.51% | 0.66% | - |
| XYZ | 15.68 | 14.6 | 39.53 | - |
| YUV | 105.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 169 | 0.51 | 0.38 | 0 | 0.34 | 225.35 | 0.34 | 0.49 |
| Hex | 53 | 68 | A9 | 33 | 26 | 0 | 22 | E1 | 22 | 31 |
| Octal | 123 | 150 | 251 | 63 | 46 | 0 | 42 | 341 | 42 | 61 |
| Binary | 1010011 | 1101000 | 10101001 | 110011 | 100110 | 0 | 100010 | 11100001 | 100010 | 110001 |
Color Harmonies of #5368A9
Complementary color
Monochromatic Colors of #5368A9
Black with #5368A9
Text Example
Text Example
White with #5368A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368A9; }
p { color: rgb(83,104,169); }
H1.HeaderClassName
{
color: #5368A9;
}
.AnyTagClassName
{
color: #5368A9;
}
</style>
background-color css
<style>
a { background-color: #5368A9; }
a { background-color: rgb(83,104,169); }
div.DivClassName
{
background-color: #5368A9;
}
.BgClassName
{
background-color: #5368A9;
}
</style>
border-color css
<style>
span { border-color: #5368A9; }
span { border-color: rgb(83,104,169); }
td.TdClassName
{
border-color: #5368A9;
}
.TagClassName
{
border-color: #5368A9;
}
</style>