Shades of San Marino #536CAE
Tints of San Marino #536CAE
RGB
CMYK
RGB Variations
Color information
#536CAE (or 0x536CAE) is known color: San Marino. HEX triplet: 53, 6C and AE. RGB value is (83,108,174). Sum of RGB (Red+Green+Blue) = 83+108+174=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #536CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536CAE is #AC9351. Grayscale: #6B6B6B. Windows color (decimal): -11309906 or 11430995. OLE color: 11430995.
HSL color Cylindrical-coordinate representation of color #536CAE: hue angle of 223.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536CAE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 108 | 174 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.32 |
| HSL | 223.52º | 0.36% | 0.5% | - |
| HSV(B) | 223.52º | 0.52% | 0.68% | - |
| XYZ | 16.57 | 15.62 | 42.19 | - |
| YUV | 108.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 174 | 0.52 | 0.38 | 0 | 0.32 | 223.52 | 0.36 | 0.5 |
| Hex | 53 | 6C | AE | 34 | 26 | 0 | 20 | E0 | 24 | 32 |
| Octal | 123 | 154 | 256 | 64 | 46 | 0 | 40 | 340 | 44 | 62 |
| Binary | 1010011 | 1101100 | 10101110 | 110100 | 100110 | 0 | 100000 | 11100000 | 100100 | 110010 |
Color Harmonies of #536CAE
Complementary color
Monochromatic Colors of #536CAE
Black with #536CAE
Text Example
Text Example
White with #536CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CAE; }
p { color: rgb(83,108,174); }
H1.HeaderClassName
{
color: #536CAE;
}
.AnyTagClassName
{
color: #536CAE;
}
</style>
background-color css
<style>
a { background-color: #536CAE; }
a { background-color: rgb(83,108,174); }
div.DivClassName
{
background-color: #536CAE;
}
.BgClassName
{
background-color: #536CAE;
}
</style>
border-color css
<style>
span { border-color: #536CAE; }
span { border-color: rgb(83,108,174); }
td.TdClassName
{
border-color: #536CAE;
}
.TagClassName
{
border-color: #536CAE;
}
</style>