Shades of San Marino #5168AA
Tints of San Marino #5168AA
RGB
CMYK
RGB Variations
Color information
#5168AA (or 0x5168AA) is known color: San Marino. HEX triplet: 51, 68 and AA. RGB value is (81,104,170). Sum of RGB (Red+Green+Blue) = 81+104+170=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5168AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5168AA is #AE9755. Grayscale: #686868. Windows color (decimal): -11442006 or 11167825. OLE color: 11167825.
HSL color Cylindrical-coordinate representation of color #5168AA: hue angle of 224.49º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5168AA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 104 | 170 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.33 |
| HSL | 224.49º | 0.35% | 0.49% | - |
| HSV(B) | 224.49º | 0.52% | 0.67% | - |
| XYZ | 15.6 | 14.55 | 40.02 | - |
| YUV | 104.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 170 | 0.52 | 0.39 | 0 | 0.33 | 224.49 | 0.35 | 0.49 |
| Hex | 51 | 68 | AA | 34 | 27 | 0 | 21 | E0 | 23 | 31 |
| Octal | 121 | 150 | 252 | 64 | 47 | 0 | 41 | 340 | 43 | 61 |
| Binary | 1010001 | 1101000 | 10101010 | 110100 | 100111 | 0 | 100001 | 11100000 | 100011 | 110001 |
Color Harmonies of #5168AA
Complementary color
Monochromatic Colors of #5168AA
Black with #5168AA
Text Example
Text Example
White with #5168AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5168AA; }
p { color: rgb(81,104,170); }
H1.HeaderClassName
{
color: #5168AA;
}
.AnyTagClassName
{
color: #5168AA;
}
</style>
background-color css
<style>
a { background-color: #5168AA; }
a { background-color: rgb(81,104,170); }
div.DivClassName
{
background-color: #5168AA;
}
.BgClassName
{
background-color: #5168AA;
}
</style>
border-color css
<style>
span { border-color: #5168AA; }
span { border-color: rgb(81,104,170); }
td.TdClassName
{
border-color: #5168AA;
}
.TagClassName
{
border-color: #5168AA;
}
</style>