Shades of San Marino #57799D
Tints of San Marino #57799D
RGB
CMYK
RGB Variations
Color information
#57799D (or 0x57799D) is known color: San Marino. HEX triplet: 57, 79 and 9D. RGB value is (87,121,157). Sum of RGB (Red+Green+Blue) = 87+121+157=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #57799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57799D is #A88662. Grayscale: #727272. Windows color (decimal): -11044451 or 10320215. OLE color: 10320215.
HSL color Cylindrical-coordinate representation of color #57799D: hue angle of 210.86º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57799D is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 121 | 157 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.38 |
| HSL | 210.86º | 0.29% | 0.48% | - |
| HSV(B) | 210.86º | 0.45% | 0.62% | - |
| XYZ | 16.85 | 18.14 | 34.51 | - |
| YUV | 114.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 157 | 0.45 | 0.23 | 0 | 0.38 | 210.86 | 0.29 | 0.48 |
| Hex | 57 | 79 | 9D | 2D | 17 | 0 | 26 | D3 | 1D | 30 |
| Octal | 127 | 171 | 235 | 55 | 27 | 0 | 46 | 323 | 35 | 60 |
| Binary | 1010111 | 1111001 | 10011101 | 101101 | 10111 | 0 | 100110 | 11010011 | 11101 | 110000 |
Color Harmonies of #57799D
Complementary color
Monochromatic Colors of #57799D
Black with #57799D
Text Example
Text Example
White with #57799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57799D; }
p { color: rgb(87,121,157); }
H1.HeaderClassName
{
color: #57799D;
}
.AnyTagClassName
{
color: #57799D;
}
</style>
background-color css
<style>
a { background-color: #57799D; }
a { background-color: rgb(87,121,157); }
div.DivClassName
{
background-color: #57799D;
}
.BgClassName
{
background-color: #57799D;
}
</style>
border-color css
<style>
span { border-color: #57799D; }
span { border-color: rgb(87,121,157); }
td.TdClassName
{
border-color: #57799D;
}
.TagClassName
{
border-color: #57799D;
}
</style>