Shades of San Marino #536FAC
Tints of San Marino #536FAC
RGB
CMYK
RGB Variations
Color information
#536FAC (or 0x536FAC) is known color: San Marino. HEX triplet: 53, 6F and AC. RGB value is (83,111,172). Sum of RGB (Red+Green+Blue) = 83+111+172=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #536FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FAC is #AC9053. Grayscale: #6D6D6D. Windows color (decimal): -11309140 or 11300691. OLE color: 11300691.
HSL color Cylindrical-coordinate representation of color #536FAC: hue angle of 221.12º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536FAC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 111 | 172 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.33 |
| HSL | 221.12º | 0.35% | 0.5% | - |
| HSV(B) | 221.12º | 0.52% | 0.67% | - |
| XYZ | 16.7 | 16.19 | 41.27 | - |
| YUV | 109.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 172 | 0.52 | 0.35 | 0 | 0.33 | 221.12 | 0.35 | 0.5 |
| Hex | 53 | 6F | AC | 34 | 23 | 0 | 21 | DD | 23 | 32 |
| Octal | 123 | 157 | 254 | 64 | 43 | 0 | 41 | 335 | 43 | 62 |
| Binary | 1010011 | 1101111 | 10101100 | 110100 | 100011 | 0 | 100001 | 11011101 | 100011 | 110010 |
Color Harmonies of #536FAC
Complementary color
Monochromatic Colors of #536FAC
Black with #536FAC
Text Example
Text Example
White with #536FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FAC; }
p { color: rgb(83,111,172); }
H1.HeaderClassName
{
color: #536FAC;
}
.AnyTagClassName
{
color: #536FAC;
}
</style>
background-color css
<style>
a { background-color: #536FAC; }
a { background-color: rgb(83,111,172); }
div.DivClassName
{
background-color: #536FAC;
}
.BgClassName
{
background-color: #536FAC;
}
</style>
border-color css
<style>
span { border-color: #536FAC; }
span { border-color: rgb(83,111,172); }
td.TdClassName
{
border-color: #536FAC;
}
.TagClassName
{
border-color: #536FAC;
}
</style>