Shades of San Marino #516CB1
Tints of San Marino #516CB1
RGB
CMYK
RGB Variations
Color information
#516CB1 (or 0x516CB1) is known color: San Marino. HEX triplet: 51, 6C and B1. RGB value is (81,108,177). Sum of RGB (Red+Green+Blue) = 81+108+177=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #516CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CB1 is #AE934E. Grayscale: #6B6B6B. Windows color (decimal): -11440975 or 11627601. OLE color: 11627601.
HSL color Cylindrical-coordinate representation of color #516CB1: hue angle of 223.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516CB1 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 108 | 177 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.31 |
| HSL | 223.13º | 0.38% | 0.51% | - |
| HSV(B) | 223.13º | 0.54% | 0.69% | - |
| XYZ | 16.69 | 15.65 | 43.74 | - |
| YUV | 107.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 177 | 0.54 | 0.39 | 0 | 0.31 | 223.13 | 0.38 | 0.51 |
| Hex | 51 | 6C | B1 | 36 | 27 | 0 | 1F | DF | 26 | 33 |
| Octal | 121 | 154 | 261 | 66 | 47 | 0 | 37 | 337 | 46 | 63 |
| Binary | 1010001 | 1101100 | 10110001 | 110110 | 100111 | 0 | 11111 | 11011111 | 100110 | 110011 |
Color Harmonies of #516CB1
Complementary color
Monochromatic Colors of #516CB1
Black with #516CB1
Text Example
Text Example
White with #516CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CB1; }
p { color: rgb(81,108,177); }
H1.HeaderClassName
{
color: #516CB1;
}
.AnyTagClassName
{
color: #516CB1;
}
</style>
background-color css
<style>
a { background-color: #516CB1; }
a { background-color: rgb(81,108,177); }
div.DivClassName
{
background-color: #516CB1;
}
.BgClassName
{
background-color: #516CB1;
}
</style>
border-color css
<style>
span { border-color: #516CB1; }
span { border-color: rgb(81,108,177); }
td.TdClassName
{
border-color: #516CB1;
}
.TagClassName
{
border-color: #516CB1;
}
</style>