Shades of San Marino #57789C
Tints of San Marino #57789C
RGB
CMYK
RGB Variations
Color information
#57789C (or 0x57789C) is known color: San Marino. HEX triplet: 57, 78 and 9C. RGB value is (87,120,156). Sum of RGB (Red+Green+Blue) = 87+120+156=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #57789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57789C is #A88763. Grayscale: #727272. Windows color (decimal): -11044708 or 10254423. OLE color: 10254423.
HSL color Cylindrical-coordinate representation of color #57789C: hue angle of 211.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57789C is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 120 | 156 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.39 |
| HSL | 211.3º | 0.28% | 0.48% | - |
| HSV(B) | 211.3º | 0.44% | 0.61% | - |
| XYZ | 16.65 | 17.86 | 34.02 | - |
| YUV | 114.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 156 | 0.44 | 0.23 | 0 | 0.39 | 211.3 | 0.28 | 0.48 |
| Hex | 57 | 78 | 9C | 2C | 17 | 0 | 27 | D3 | 1C | 30 |
| Octal | 127 | 170 | 234 | 54 | 27 | 0 | 47 | 323 | 34 | 60 |
| Binary | 1010111 | 1111000 | 10011100 | 101100 | 10111 | 0 | 100111 | 11010011 | 11100 | 110000 |
Color Harmonies of #57789C
Complementary color
Monochromatic Colors of #57789C
Black with #57789C
Text Example
Text Example
White with #57789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57789C; }
p { color: rgb(87,120,156); }
H1.HeaderClassName
{
color: #57789C;
}
.AnyTagClassName
{
color: #57789C;
}
</style>
background-color css
<style>
a { background-color: #57789C; }
a { background-color: rgb(87,120,156); }
div.DivClassName
{
background-color: #57789C;
}
.BgClassName
{
background-color: #57789C;
}
</style>
border-color css
<style>
span { border-color: #57789C; }
span { border-color: rgb(87,120,156); }
td.TdClassName
{
border-color: #57789C;
}
.TagClassName
{
border-color: #57789C;
}
</style>