Shades of San Marino #57769C
Tints of San Marino #57769C
RGB
CMYK
RGB Variations
Color information
#57769C (or 0x57769C) is known color: San Marino. HEX triplet: 57, 76 and 9C. RGB value is (87,118,156). Sum of RGB (Red+Green+Blue) = 87+118+156=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #57769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769C is #A88963. Grayscale: #707070. Windows color (decimal): -11045220 or 10253911. OLE color: 10253911.
HSL color Cylindrical-coordinate representation of color #57769C: hue angle of 213.04º 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 #57769C is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 118 | 156 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.39 |
| HSL | 213.04º | 0.28% | 0.48% | - |
| HSV(B) | 213.04º | 0.44% | 0.61% | - |
| XYZ | 16.41 | 17.38 | 33.94 | - |
| YUV | 113.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 156 | 0.44 | 0.24 | 0 | 0.39 | 213.04 | 0.28 | 0.48 |
| Hex | 57 | 76 | 9C | 2C | 18 | 0 | 27 | D5 | 1C | 30 |
| Octal | 127 | 166 | 234 | 54 | 30 | 0 | 47 | 325 | 34 | 60 |
| Binary | 1010111 | 1110110 | 10011100 | 101100 | 11000 | 0 | 100111 | 11010101 | 11100 | 110000 |
Color Harmonies of #57769C
Complementary color
Monochromatic Colors of #57769C
Black with #57769C
Text Example
Text Example
White with #57769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57769C; }
p { color: rgb(87,118,156); }
H1.HeaderClassName
{
color: #57769C;
}
.AnyTagClassName
{
color: #57769C;
}
</style>
background-color css
<style>
a { background-color: #57769C; }
a { background-color: rgb(87,118,156); }
div.DivClassName
{
background-color: #57769C;
}
.BgClassName
{
background-color: #57769C;
}
</style>
border-color css
<style>
span { border-color: #57769C; }
span { border-color: rgb(87,118,156); }
td.TdClassName
{
border-color: #57769C;
}
.TagClassName
{
border-color: #57769C;
}
</style>