Shades of San Marino #5C7AAB
Tints of San Marino #5C7AAB
RGB
CMYK
RGB Variations
Color information
#5C7AAB (or 0x5C7AAB) is known color: San Marino. HEX triplet: 5C, 7A and AB. RGB value is (92,122,171). Sum of RGB (Red+Green+Blue) = 92+122+171=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7AAB is #A38554. Grayscale: #767676. Windows color (decimal): -10716501 or 11237980. OLE color: 11237980.
HSL color Cylindrical-coordinate representation of color #5C7AAB: hue angle of 217.22º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C7AAB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 122 | 171 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.33 |
| HSL | 217.22º | 0.32% | 0.52% | - |
| HSV(B) | 217.22º | 0.46% | 0.67% | - |
| XYZ | 18.72 | 19.13 | 41.23 | - |
| YUV | 118.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 171 | 0.46 | 0.29 | 0 | 0.33 | 217.22 | 0.32 | 0.52 |
| Hex | 5C | 7A | AB | 2E | 1D | 0 | 21 | D9 | 20 | 34 |
| Octal | 134 | 172 | 253 | 56 | 35 | 0 | 41 | 331 | 40 | 64 |
| Binary | 1011100 | 1111010 | 10101011 | 101110 | 11101 | 0 | 100001 | 11011001 | 100000 | 110100 |
Color Harmonies of #5C7AAB
Complementary color
Monochromatic Colors of #5C7AAB
Black with #5C7AAB
Text Example
Text Example
White with #5C7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7AAB; }
p { color: rgb(92,122,171); }
H1.HeaderClassName
{
color: #5C7AAB;
}
.AnyTagClassName
{
color: #5C7AAB;
}
</style>
background-color css
<style>
a { background-color: #5C7AAB; }
a { background-color: rgb(92,122,171); }
div.DivClassName
{
background-color: #5C7AAB;
}
.BgClassName
{
background-color: #5C7AAB;
}
</style>
border-color css
<style>
span { border-color: #5C7AAB; }
span { border-color: rgb(92,122,171); }
td.TdClassName
{
border-color: #5C7AAB;
}
.TagClassName
{
border-color: #5C7AAB;
}
</style>