Shades of San Marino #536BAB
Tints of San Marino #536BAB
RGB
CMYK
RGB Variations
Color information
#536BAB (or 0x536BAB) is known color: San Marino. HEX triplet: 53, 6B and AB. RGB value is (83,107,171). Sum of RGB (Red+Green+Blue) = 83+107+171=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #536BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BAB is #AC9454. Grayscale: #6A6A6A. Windows color (decimal): -11310165 or 11234131. OLE color: 11234131.
HSL color Cylindrical-coordinate representation of color #536BAB: hue angle of 223.64º degrees, saturation: 0.35, 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 #536BAB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 107 | 171 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.33 |
| HSL | 223.64º | 0.35% | 0.5% | - |
| HSV(B) | 223.64º | 0.51% | 0.67% | - |
| XYZ | 16.18 | 15.29 | 40.63 | - |
| YUV | 107.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 171 | 0.51 | 0.37 | 0 | 0.33 | 223.64 | 0.35 | 0.5 |
| Hex | 53 | 6B | AB | 33 | 25 | 0 | 21 | E0 | 23 | 32 |
| Octal | 123 | 153 | 253 | 63 | 45 | 0 | 41 | 340 | 43 | 62 |
| Binary | 1010011 | 1101011 | 10101011 | 110011 | 100101 | 0 | 100001 | 11100000 | 100011 | 110010 |
Color Harmonies of #536BAB
Complementary color
Monochromatic Colors of #536BAB
Black with #536BAB
Text Example
Text Example
White with #536BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BAB; }
p { color: rgb(83,107,171); }
H1.HeaderClassName
{
color: #536BAB;
}
.AnyTagClassName
{
color: #536BAB;
}
</style>
background-color css
<style>
a { background-color: #536BAB; }
a { background-color: rgb(83,107,171); }
div.DivClassName
{
background-color: #536BAB;
}
.BgClassName
{
background-color: #536BAB;
}
</style>
border-color css
<style>
span { border-color: #536BAB; }
span { border-color: rgb(83,107,171); }
td.TdClassName
{
border-color: #536BAB;
}
.TagClassName
{
border-color: #536BAB;
}
</style>