Shades of San Marino #57789B
Tints of San Marino #57789B
RGB
CMYK
RGB Variations
Color information
#57789B (or 0x57789B) is known color: San Marino. HEX triplet: 57, 78 and 9B. RGB value is (87,120,155). Sum of RGB (Red+Green+Blue) = 87+120+155=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #57789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57789B is #A88764. Grayscale: #717171. Windows color (decimal): -11044709 or 10188887. OLE color: 10188887.
HSL color Cylindrical-coordinate representation of color #57789B: hue angle of 210.88º 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 #57789B is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 120 | 155 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.39 |
| HSL | 210.88º | 0.28% | 0.47% | - |
| HSV(B) | 210.88º | 0.44% | 0.61% | - |
| XYZ | 16.56 | 17.83 | 33.58 | - |
| YUV | 114.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 155 | 0.44 | 0.23 | 0 | 0.39 | 210.88 | 0.28 | 0.47 |
| Hex | 57 | 78 | 9B | 2C | 17 | 0 | 27 | D3 | 1C | 2F |
| Octal | 127 | 170 | 233 | 54 | 27 | 0 | 47 | 323 | 34 | 57 |
| Binary | 1010111 | 1111000 | 10011011 | 101100 | 10111 | 0 | 100111 | 11010011 | 11100 | 101111 |
Color Harmonies of #57789B
Complementary color
Monochromatic Colors of #57789B
Black with #57789B
Text Example
Text Example
White with #57789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57789B; }
p { color: rgb(87,120,155); }
H1.HeaderClassName
{
color: #57789B;
}
.AnyTagClassName
{
color: #57789B;
}
</style>
background-color css
<style>
a { background-color: #57789B; }
a { background-color: rgb(87,120,155); }
div.DivClassName
{
background-color: #57789B;
}
.BgClassName
{
background-color: #57789B;
}
</style>
border-color css
<style>
span { border-color: #57789B; }
span { border-color: rgb(87,120,155); }
td.TdClassName
{
border-color: #57789B;
}
.TagClassName
{
border-color: #57789B;
}
</style>