Shades of San Marino #5366AA
Tints of San Marino #5366AA
RGB
CMYK
RGB Variations
Color information
#5366AA (or 0x5366AA) is known color: San Marino. HEX triplet: 53, 66 and AA. RGB value is (83,102,170). Sum of RGB (Red+Green+Blue) = 83+102+170=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5366AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5366AA is #AC9955. Grayscale: #676767. Windows color (decimal): -11311446 or 11167315. OLE color: 11167315.
HSL color Cylindrical-coordinate representation of color #5366AA: hue angle of 226.9º 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 #5366AA is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 102 | 170 | - |
| CMYK | 0.51 | 0.4 | 0 | 0.33 |
| HSL | 226.9º | 0.34% | 0.5% | - |
| HSV(B) | 226.9º | 0.51% | 0.67% | - |
| XYZ | 15.57 | 14.24 | 39.96 | - |
| YUV | 104.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 170 | 0.51 | 0.4 | 0 | 0.33 | 226.9 | 0.34 | 0.5 |
| Hex | 53 | 66 | AA | 33 | 28 | 0 | 21 | E3 | 22 | 32 |
| Octal | 123 | 146 | 252 | 63 | 50 | 0 | 41 | 343 | 42 | 62 |
| Binary | 1010011 | 1100110 | 10101010 | 110011 | 101000 | 0 | 100001 | 11100011 | 100010 | 110010 |
Color Harmonies of #5366AA
Complementary color
Monochromatic Colors of #5366AA
Black with #5366AA
Text Example
Text Example
White with #5366AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366AA; }
p { color: rgb(83,102,170); }
H1.HeaderClassName
{
color: #5366AA;
}
.AnyTagClassName
{
color: #5366AA;
}
</style>
background-color css
<style>
a { background-color: #5366AA; }
a { background-color: rgb(83,102,170); }
div.DivClassName
{
background-color: #5366AA;
}
.BgClassName
{
background-color: #5366AA;
}
</style>
border-color css
<style>
span { border-color: #5366AA; }
span { border-color: rgb(83,102,170); }
td.TdClassName
{
border-color: #5366AA;
}
.TagClassName
{
border-color: #5366AA;
}
</style>