Shades of San Marino #57699B
Tints of San Marino #57699B
RGB
CMYK
RGB Variations
Color information
#57699B (or 0x57699B) is known color: San Marino. HEX triplet: 57, 69 and 9B. RGB value is (87,105,155). Sum of RGB (Red+Green+Blue) = 87+105+155=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #57699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57699B is #A89664. Grayscale: #696969. Windows color (decimal): -11048549 or 10185047. OLE color: 10185047.
HSL color Cylindrical-coordinate representation of color #57699B: hue angle of 224.12º 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 #57699B is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 105 | 155 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.39 |
| HSL | 224.12º | 0.28% | 0.47% | - |
| HSV(B) | 224.12º | 0.44% | 0.61% | - |
| XYZ | 14.9 | 14.5 | 33.02 | - |
| YUV | 105.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 155 | 0.44 | 0.32 | 0 | 0.39 | 224.12 | 0.28 | 0.47 |
| Hex | 57 | 69 | 9B | 2C | 20 | 0 | 27 | E0 | 1C | 2F |
| Octal | 127 | 151 | 233 | 54 | 40 | 0 | 47 | 340 | 34 | 57 |
| Binary | 1010111 | 1101001 | 10011011 | 101100 | 100000 | 0 | 100111 | 11100000 | 11100 | 101111 |
Color Harmonies of #57699B
Complementary color
Monochromatic Colors of #57699B
Black with #57699B
Text Example
Text Example
White with #57699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57699B; }
p { color: rgb(87,105,155); }
H1.HeaderClassName
{
color: #57699B;
}
.AnyTagClassName
{
color: #57699B;
}
</style>
background-color css
<style>
a { background-color: #57699B; }
a { background-color: rgb(87,105,155); }
div.DivClassName
{
background-color: #57699B;
}
.BgClassName
{
background-color: #57699B;
}
</style>
border-color css
<style>
span { border-color: #57699B; }
span { border-color: rgb(87,105,155); }
td.TdClassName
{
border-color: #57699B;
}
.TagClassName
{
border-color: #57699B;
}
</style>