Shades of San Marino #57779B
Tints of San Marino #57779B
RGB
CMYK
RGB Variations
Color information
#57779B (or 0x57779B) is known color: San Marino. HEX triplet: 57, 77 and 9B. RGB value is (87,119,155). Sum of RGB (Red+Green+Blue) = 87+119+155=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #57779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57779B is #A88864. Grayscale: #717171. Windows color (decimal): -11044965 or 10188631. OLE color: 10188631.
HSL color Cylindrical-coordinate representation of color #57779B: hue angle of 211.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57779B is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 119 | 155 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.39 |
| HSL | 211.76º | 0.28% | 0.47% | - |
| HSV(B) | 211.76º | 0.44% | 0.61% | - |
| XYZ | 16.44 | 17.59 | 33.54 | - |
| YUV | 113.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 155 | 0.44 | 0.23 | 0 | 0.39 | 211.76 | 0.28 | 0.47 |
| Hex | 57 | 77 | 9B | 2C | 17 | 0 | 27 | D4 | 1C | 2F |
| Octal | 127 | 167 | 233 | 54 | 27 | 0 | 47 | 324 | 34 | 57 |
| Binary | 1010111 | 1110111 | 10011011 | 101100 | 10111 | 0 | 100111 | 11010100 | 11100 | 101111 |
Color Harmonies of #57779B
Complementary color
Monochromatic Colors of #57779B
Black with #57779B
Text Example
Text Example
White with #57779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57779B; }
p { color: rgb(87,119,155); }
H1.HeaderClassName
{
color: #57779B;
}
.AnyTagClassName
{
color: #57779B;
}
</style>
background-color css
<style>
a { background-color: #57779B; }
a { background-color: rgb(87,119,155); }
div.DivClassName
{
background-color: #57779B;
}
.BgClassName
{
background-color: #57779B;
}
</style>
border-color css
<style>
span { border-color: #57779B; }
span { border-color: rgb(87,119,155); }
td.TdClassName
{
border-color: #57779B;
}
.TagClassName
{
border-color: #57779B;
}
</style>