Shades of San Marino #55689F
Tints of San Marino #55689F
RGB
CMYK
RGB Variations
Color information
#55689F (or 0x55689F) is known color: San Marino. HEX triplet: 55, 68 and 9F. RGB value is (85,104,159). Sum of RGB (Red+Green+Blue) = 85+104+159=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #55689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55689F is #AA9760. Grayscale: #686868. Windows color (decimal): -11179873 or 10446933. OLE color: 10446933.
HSL color Cylindrical-coordinate representation of color #55689F: hue angle of 224.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55689F is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 104 | 159 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.38 |
| HSL | 224.59º | 0.3% | 0.48% | - |
| HSV(B) | 224.59º | 0.47% | 0.62% | - |
| XYZ | 14.95 | 14.34 | 34.78 | - |
| YUV | 104.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 159 | 0.47 | 0.35 | 0 | 0.38 | 224.59 | 0.3 | 0.48 |
| Hex | 55 | 68 | 9F | 2F | 23 | 0 | 26 | E1 | 1E | 30 |
| Octal | 125 | 150 | 237 | 57 | 43 | 0 | 46 | 341 | 36 | 60 |
| Binary | 1010101 | 1101000 | 10011111 | 101111 | 100011 | 0 | 100110 | 11100001 | 11110 | 110000 |
Color Harmonies of #55689F
Complementary color
Monochromatic Colors of #55689F
Black with #55689F
Text Example
Text Example
White with #55689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55689F; }
p { color: rgb(85,104,159); }
H1.HeaderClassName
{
color: #55689F;
}
.AnyTagClassName
{
color: #55689F;
}
</style>
background-color css
<style>
a { background-color: #55689F; }
a { background-color: rgb(85,104,159); }
div.DivClassName
{
background-color: #55689F;
}
.BgClassName
{
background-color: #55689F;
}
</style>
border-color css
<style>
span { border-color: #55689F; }
span { border-color: rgb(85,104,159); }
td.TdClassName
{
border-color: #55689F;
}
.TagClassName
{
border-color: #55689F;
}
</style>