Shades of San Marino #51669E
Tints of San Marino #51669E
RGB
CMYK
RGB Variations
Color information
#51669E (or 0x51669E) is known color: San Marino. HEX triplet: 51, 66 and 9E. RGB value is (81,102,158). Sum of RGB (Red+Green+Blue) = 81+102+158=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #51669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669E is #AE9961. Grayscale: #656565. Windows color (decimal): -11442530 or 10380881. OLE color: 10380881.
HSL color Cylindrical-coordinate representation of color #51669E: hue angle of 223.64º 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 #51669E is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 102 | 158 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.38 |
| HSL | 223.64º | 0.32% | 0.47% | - |
| HSV(B) | 223.64º | 0.49% | 0.62% | - |
| XYZ | 14.32 | 13.72 | 34.24 | - |
| YUV | 102.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 158 | 0.49 | 0.35 | 0 | 0.38 | 223.64 | 0.32 | 0.47 |
| Hex | 51 | 66 | 9E | 31 | 23 | 0 | 26 | E0 | 20 | 2F |
| Octal | 121 | 146 | 236 | 61 | 43 | 0 | 46 | 340 | 40 | 57 |
| Binary | 1010001 | 1100110 | 10011110 | 110001 | 100011 | 0 | 100110 | 11100000 | 100000 | 101111 |
Color Harmonies of #51669E
Complementary color
Monochromatic Colors of #51669E
Black with #51669E
Text Example
Text Example
White with #51669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51669E; }
p { color: rgb(81,102,158); }
H1.HeaderClassName
{
color: #51669E;
}
.AnyTagClassName
{
color: #51669E;
}
</style>
background-color css
<style>
a { background-color: #51669E; }
a { background-color: rgb(81,102,158); }
div.DivClassName
{
background-color: #51669E;
}
.BgClassName
{
background-color: #51669E;
}
</style>
border-color css
<style>
span { border-color: #51669E; }
span { border-color: rgb(81,102,158); }
td.TdClassName
{
border-color: #51669E;
}
.TagClassName
{
border-color: #51669E;
}
</style>