Shades of San Marino #51669A
Tints of San Marino #51669A
RGB
CMYK
RGB Variations
Color information
#51669A (or 0x51669A) is known color: San Marino. HEX triplet: 51, 66 and 9A. RGB value is (81,102,154). Sum of RGB (Red+Green+Blue) = 81+102+154=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #51669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669A is #AE9965. Grayscale: #656565. Windows color (decimal): -11442534 or 10118737. OLE color: 10118737.
HSL color Cylindrical-coordinate representation of color #51669A: hue angle of 222.74º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51669A is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 102 | 154 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.40 |
| HSL | 222.74º | 0.31% | 0.46% | - |
| HSV(B) | 222.74º | 0.47% | 0.6% | - |
| XYZ | 13.98 | 13.59 | 32.46 | - |
| YUV | 101.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 154 | 0.47 | 0.34 | 0 | 0.40 | 222.74 | 0.31 | 0.46 |
| Hex | 51 | 66 | 9A | 2F | 22 | 0 | 28 | DF | 1F | 2E |
| Octal | 121 | 146 | 232 | 57 | 42 | 0 | 50 | 337 | 37 | 56 |
| Binary | 1010001 | 1100110 | 10011010 | 101111 | 100010 | 0 | 101000 | 11011111 | 11111 | 101110 |
Color Harmonies of #51669A
Complementary color
Monochromatic Colors of #51669A
Black with #51669A
Text Example
Text Example
White with #51669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51669A; }
p { color: rgb(81,102,154); }
H1.HeaderClassName
{
color: #51669A;
}
.AnyTagClassName
{
color: #51669A;
}
</style>
background-color css
<style>
a { background-color: #51669A; }
a { background-color: rgb(81,102,154); }
div.DivClassName
{
background-color: #51669A;
}
.BgClassName
{
background-color: #51669A;
}
</style>
border-color css
<style>
span { border-color: #51669A; }
span { border-color: rgb(81,102,154); }
td.TdClassName
{
border-color: #51669A;
}
.TagClassName
{
border-color: #51669A;
}
</style>