Shades of San Marino #536E9A
Tints of San Marino #536E9A
RGB
CMYK
RGB Variations
Color information
#536E9A (or 0x536E9A) is known color: San Marino. HEX triplet: 53, 6E and 9A. RGB value is (83,110,154). Sum of RGB (Red+Green+Blue) = 83+110+154=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #536E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E9A is #AC9165. Grayscale: #6A6A6A. Windows color (decimal): -11309414 or 10120787. OLE color: 10120787.
HSL color Cylindrical-coordinate representation of color #536E9A: hue angle of 217.18º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536E9A is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 110 | 154 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.40 |
| HSL | 217.18º | 0.3% | 0.46% | - |
| HSV(B) | 217.18º | 0.46% | 0.6% | - |
| XYZ | 14.98 | 15.32 | 32.74 | - |
| YUV | 106.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 154 | 0.46 | 0.29 | 0 | 0.40 | 217.18 | 0.3 | 0.46 |
| Hex | 53 | 6E | 9A | 2E | 1D | 0 | 28 | D9 | 1E | 2E |
| Octal | 123 | 156 | 232 | 56 | 35 | 0 | 50 | 331 | 36 | 56 |
| Binary | 1010011 | 1101110 | 10011010 | 101110 | 11101 | 0 | 101000 | 11011001 | 11110 | 101110 |
Color Harmonies of #536E9A
Complementary color
Monochromatic Colors of #536E9A
Black with #536E9A
Text Example
Text Example
White with #536E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536E9A; }
p { color: rgb(83,110,154); }
H1.HeaderClassName
{
color: #536E9A;
}
.AnyTagClassName
{
color: #536E9A;
}
</style>
background-color css
<style>
a { background-color: #536E9A; }
a { background-color: rgb(83,110,154); }
div.DivClassName
{
background-color: #536E9A;
}
.BgClassName
{
background-color: #536E9A;
}
</style>
border-color css
<style>
span { border-color: #536E9A; }
span { border-color: rgb(83,110,154); }
td.TdClassName
{
border-color: #536E9A;
}
.TagClassName
{
border-color: #536E9A;
}
</style>