Shades of San Marino #516CAE
Tints of San Marino #516CAE
RGB
CMYK
RGB Variations
Color information
#516CAE (or 0x516CAE) is known color: San Marino. HEX triplet: 51, 6C and AE. RGB value is (81,108,174). Sum of RGB (Red+Green+Blue) = 81+108+174=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #516CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CAE is #AE9351. Grayscale: #6B6B6B. Windows color (decimal): -11440978 or 11430993. OLE color: 11430993.
HSL color Cylindrical-coordinate representation of color #516CAE: hue angle of 222.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516CAE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 108 | 174 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.32 |
| HSL | 222.58º | 0.36% | 0.5% | - |
| HSV(B) | 222.58º | 0.53% | 0.68% | - |
| XYZ | 16.4 | 15.53 | 42.18 | - |
| YUV | 107.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 174 | 0.53 | 0.38 | 0 | 0.32 | 222.58 | 0.36 | 0.5 |
| Hex | 51 | 6C | AE | 35 | 26 | 0 | 20 | DF | 24 | 32 |
| Octal | 121 | 154 | 256 | 65 | 46 | 0 | 40 | 337 | 44 | 62 |
| Binary | 1010001 | 1101100 | 10101110 | 110101 | 100110 | 0 | 100000 | 11011111 | 100100 | 110010 |
Color Harmonies of #516CAE
Complementary color
Monochromatic Colors of #516CAE
Black with #516CAE
Text Example
Text Example
White with #516CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CAE; }
p { color: rgb(81,108,174); }
H1.HeaderClassName
{
color: #516CAE;
}
.AnyTagClassName
{
color: #516CAE;
}
</style>
background-color css
<style>
a { background-color: #516CAE; }
a { background-color: rgb(81,108,174); }
div.DivClassName
{
background-color: #516CAE;
}
.BgClassName
{
background-color: #516CAE;
}
</style>
border-color css
<style>
span { border-color: #516CAE; }
span { border-color: rgb(81,108,174); }
td.TdClassName
{
border-color: #516CAE;
}
.TagClassName
{
border-color: #516CAE;
}
</style>