Shades of San Marino #51669F
Tints of San Marino #51669F
RGB
CMYK
RGB Variations
Color information
#51669F (or 0x51669F) is known color: San Marino. HEX triplet: 51, 66 and 9F. RGB value is (81,102,159). Sum of RGB (Red+Green+Blue) = 81+102+159=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #51669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669F is #AE9960. Grayscale: #656565. Windows color (decimal): -11442529 or 10446417. OLE color: 10446417.
HSL color Cylindrical-coordinate representation of color #51669F: hue angle of 223.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51669F is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 102 | 159 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.38 |
| HSL | 223.85º | 0.33% | 0.47% | - |
| HSV(B) | 223.85º | 0.49% | 0.62% | - |
| XYZ | 14.4 | 13.76 | 34.7 | - |
| YUV | 102.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 159 | 0.49 | 0.36 | 0 | 0.38 | 223.85 | 0.33 | 0.47 |
| Hex | 51 | 66 | 9F | 31 | 24 | 0 | 26 | E0 | 20 | 2F |
| Octal | 121 | 146 | 237 | 61 | 44 | 0 | 46 | 340 | 40 | 57 |
| Binary | 1010001 | 1100110 | 10011111 | 110001 | 100100 | 0 | 100110 | 11100000 | 100000 | 101111 |
Color Harmonies of #51669F
Complementary color
Monochromatic Colors of #51669F
Black with #51669F
Text Example
Text Example
White with #51669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51669F; }
p { color: rgb(81,102,159); }
H1.HeaderClassName
{
color: #51669F;
}
.AnyTagClassName
{
color: #51669F;
}
</style>
background-color css
<style>
a { background-color: #51669F; }
a { background-color: rgb(81,102,159); }
div.DivClassName
{
background-color: #51669F;
}
.BgClassName
{
background-color: #51669F;
}
</style>
border-color css
<style>
span { border-color: #51669F; }
span { border-color: rgb(81,102,159); }
td.TdClassName
{
border-color: #51669F;
}
.TagClassName
{
border-color: #51669F;
}
</style>