Shades of San Marino #5B7AAA
Tints of San Marino #5B7AAA
RGB
CMYK
RGB Variations
Color information
#5B7AAA (or 0x5B7AAA) is known color: San Marino. HEX triplet: 5B, 7A and AA. RGB value is (91,122,170). Sum of RGB (Red+Green+Blue) = 91+122+170=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAA is #A48555. Grayscale: #757575. Windows color (decimal): -10782038 or 11172443. OLE color: 11172443.
HSL color Cylindrical-coordinate representation of color #5B7AAA: hue angle of 216.46º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B7AAA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 122 | 170 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.33 |
| HSL | 216.46º | 0.32% | 0.51% | - |
| HSV(B) | 216.46º | 0.46% | 0.67% | - |
| XYZ | 18.53 | 19.05 | 40.73 | - |
| YUV | 118.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 170 | 0.46 | 0.28 | 0 | 0.33 | 216.46 | 0.32 | 0.51 |
| Hex | 5B | 7A | AA | 2E | 1C | 0 | 21 | D8 | 20 | 33 |
| Octal | 133 | 172 | 252 | 56 | 34 | 0 | 41 | 330 | 40 | 63 |
| Binary | 1011011 | 1111010 | 10101010 | 101110 | 11100 | 0 | 100001 | 11011000 | 100000 | 110011 |
Color Harmonies of #5B7AAA
Complementary color
Monochromatic Colors of #5B7AAA
Black with #5B7AAA
Text Example
Text Example
White with #5B7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7AAA; }
p { color: rgb(91,122,170); }
H1.HeaderClassName
{
color: #5B7AAA;
}
.AnyTagClassName
{
color: #5B7AAA;
}
</style>
background-color css
<style>
a { background-color: #5B7AAA; }
a { background-color: rgb(91,122,170); }
div.DivClassName
{
background-color: #5B7AAA;
}
.BgClassName
{
background-color: #5B7AAA;
}
</style>
border-color css
<style>
span { border-color: #5B7AAA; }
span { border-color: rgb(91,122,170); }
td.TdClassName
{
border-color: #5B7AAA;
}
.TagClassName
{
border-color: #5B7AAA;
}
</style>