Shades of San Marino #536DAA
Tints of San Marino #536DAA
RGB
CMYK
RGB Variations
Color information
#536DAA (or 0x536DAA) is known color: San Marino. HEX triplet: 53, 6D and AA. RGB value is (83,109,170). Sum of RGB (Red+Green+Blue) = 83+109+170=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #536DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536DAA is #AC9255. Grayscale: #6B6B6B. Windows color (decimal): -11309654 or 11169107. OLE color: 11169107.
HSL color Cylindrical-coordinate representation of color #536DAA: hue angle of 222.07º 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 #536DAA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 109 | 170 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.33 |
| HSL | 222.07º | 0.34% | 0.5% | - |
| HSV(B) | 222.07º | 0.51% | 0.67% | - |
| XYZ | 16.29 | 15.68 | 40.2 | - |
| YUV | 108.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 170 | 0.51 | 0.36 | 0 | 0.33 | 222.07 | 0.34 | 0.5 |
| Hex | 53 | 6D | AA | 33 | 24 | 0 | 21 | DE | 22 | 32 |
| Octal | 123 | 155 | 252 | 63 | 44 | 0 | 41 | 336 | 42 | 62 |
| Binary | 1010011 | 1101101 | 10101010 | 110011 | 100100 | 0 | 100001 | 11011110 | 100010 | 110010 |
Color Harmonies of #536DAA
Complementary color
Monochromatic Colors of #536DAA
Black with #536DAA
Text Example
Text Example
White with #536DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DAA; }
p { color: rgb(83,109,170); }
H1.HeaderClassName
{
color: #536DAA;
}
.AnyTagClassName
{
color: #536DAA;
}
</style>
background-color css
<style>
a { background-color: #536DAA; }
a { background-color: rgb(83,109,170); }
div.DivClassName
{
background-color: #536DAA;
}
.BgClassName
{
background-color: #536DAA;
}
</style>
border-color css
<style>
span { border-color: #536DAA; }
span { border-color: rgb(83,109,170); }
td.TdClassName
{
border-color: #536DAA;
}
.TagClassName
{
border-color: #536DAA;
}
</style>