Shades of San Marino #5368AA
Tints of San Marino #5368AA
RGB
CMYK
RGB Variations
Color information
#5368AA (or 0x5368AA) is known color: San Marino. HEX triplet: 53, 68 and AA. RGB value is (83,104,170). Sum of RGB (Red+Green+Blue) = 83+104+170=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5368AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5368AA is #AC9755. Grayscale: #686868. Windows color (decimal): -11310934 or 11167827. OLE color: 11167827.
HSL color Cylindrical-coordinate representation of color #5368AA: hue angle of 225.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5368AA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 104 | 170 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.33 |
| HSL | 225.52º | 0.34% | 0.5% | - |
| HSV(B) | 225.52º | 0.51% | 0.67% | - |
| XYZ | 15.77 | 14.64 | 40.03 | - |
| YUV | 105.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 170 | 0.51 | 0.39 | 0 | 0.33 | 225.52 | 0.34 | 0.5 |
| Hex | 53 | 68 | AA | 33 | 27 | 0 | 21 | E2 | 22 | 32 |
| Octal | 123 | 150 | 252 | 63 | 47 | 0 | 41 | 342 | 42 | 62 |
| Binary | 1010011 | 1101000 | 10101010 | 110011 | 100111 | 0 | 100001 | 11100010 | 100010 | 110010 |
Color Harmonies of #5368AA
Complementary color
Monochromatic Colors of #5368AA
Black with #5368AA
Text Example
Text Example
White with #5368AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368AA; }
p { color: rgb(83,104,170); }
H1.HeaderClassName
{
color: #5368AA;
}
.AnyTagClassName
{
color: #5368AA;
}
</style>
background-color css
<style>
a { background-color: #5368AA; }
a { background-color: rgb(83,104,170); }
div.DivClassName
{
background-color: #5368AA;
}
.BgClassName
{
background-color: #5368AA;
}
</style>
border-color css
<style>
span { border-color: #5368AA; }
span { border-color: rgb(83,104,170); }
td.TdClassName
{
border-color: #5368AA;
}
.TagClassName
{
border-color: #5368AA;
}
</style>