Shades of San Marino #516CB2
Tints of San Marino #516CB2
RGB
CMYK
RGB Variations
Color information
#516CB2 (or 0x516CB2) is known color: San Marino. HEX triplet: 51, 6C and B2. RGB value is (81,108,178). Sum of RGB (Red+Green+Blue) = 81+108+178=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #516CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CB2 is #AE934D. Grayscale: #6B6B6B. Windows color (decimal): -11440974 or 11693137. OLE color: 11693137.
HSL color Cylindrical-coordinate representation of color #516CB2: hue angle of 223.3º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516CB2 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 108 | 178 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.30 |
| HSL | 223.3º | 0.39% | 0.51% | - |
| HSV(B) | 223.3º | 0.54% | 0.7% | - |
| XYZ | 16.79 | 15.69 | 44.26 | - |
| YUV | 107.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 178 | 0.54 | 0.39 | 0 | 0.30 | 223.3 | 0.39 | 0.51 |
| Hex | 51 | 6C | B2 | 36 | 27 | 0 | 1E | DF | 27 | 33 |
| Octal | 121 | 154 | 262 | 66 | 47 | 0 | 36 | 337 | 47 | 63 |
| Binary | 1010001 | 1101100 | 10110010 | 110110 | 100111 | 0 | 11110 | 11011111 | 100111 | 110011 |
Color Harmonies of #516CB2
Complementary color
Monochromatic Colors of #516CB2
Black with #516CB2
Text Example
Text Example
White with #516CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CB2; }
p { color: rgb(81,108,178); }
H1.HeaderClassName
{
color: #516CB2;
}
.AnyTagClassName
{
color: #516CB2;
}
</style>
background-color css
<style>
a { background-color: #516CB2; }
a { background-color: rgb(81,108,178); }
div.DivClassName
{
background-color: #516CB2;
}
.BgClassName
{
background-color: #516CB2;
}
</style>
border-color css
<style>
span { border-color: #516CB2; }
span { border-color: rgb(81,108,178); }
td.TdClassName
{
border-color: #516CB2;
}
.TagClassName
{
border-color: #516CB2;
}
</style>