Shades of San Marino #57739B
Tints of San Marino #57739B
RGB
CMYK
RGB Variations
Color information
#57739B (or 0x57739B) is known color: San Marino. HEX triplet: 57, 73 and 9B. RGB value is (87,115,155). Sum of RGB (Red+Green+Blue) = 87+115+155=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #57739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57739B is #A88C64. Grayscale: #6E6E6E. Windows color (decimal): -11045989 or 10187607. OLE color: 10187607.
HSL color Cylindrical-coordinate representation of color #57739B: hue angle of 215.29º 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 #57739B is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 115 | 155 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.39 |
| HSL | 215.29º | 0.28% | 0.47% | - |
| HSV(B) | 215.29º | 0.44% | 0.61% | - |
| XYZ | 15.98 | 16.65 | 33.38 | - |
| YUV | 111.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 155 | 0.44 | 0.26 | 0 | 0.39 | 215.29 | 0.28 | 0.47 |
| Hex | 57 | 73 | 9B | 2C | 1A | 0 | 27 | D7 | 1C | 2F |
| Octal | 127 | 163 | 233 | 54 | 32 | 0 | 47 | 327 | 34 | 57 |
| Binary | 1010111 | 1110011 | 10011011 | 101100 | 11010 | 0 | 100111 | 11010111 | 11100 | 101111 |
Color Harmonies of #57739B
Complementary color
Monochromatic Colors of #57739B
Black with #57739B
Text Example
Text Example
White with #57739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57739B; }
p { color: rgb(87,115,155); }
H1.HeaderClassName
{
color: #57739B;
}
.AnyTagClassName
{
color: #57739B;
}
</style>
background-color css
<style>
a { background-color: #57739B; }
a { background-color: rgb(87,115,155); }
div.DivClassName
{
background-color: #57739B;
}
.BgClassName
{
background-color: #57739B;
}
</style>
border-color css
<style>
span { border-color: #57739B; }
span { border-color: rgb(87,115,155); }
td.TdClassName
{
border-color: #57739B;
}
.TagClassName
{
border-color: #57739B;
}
</style>