Shades of San Marino #55689C
Tints of San Marino #55689C
RGB
CMYK
RGB Variations
Color information
#55689C (or 0x55689C) is known color: San Marino. HEX triplet: 55, 68 and 9C. RGB value is (85,104,156). Sum of RGB (Red+Green+Blue) = 85+104+156=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #55689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55689C is #AA9763. Grayscale: #686868. Windows color (decimal): -11179876 or 10250325. OLE color: 10250325.
HSL color Cylindrical-coordinate representation of color #55689C: hue angle of 223.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55689C is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 104 | 156 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.39 |
| HSL | 223.94º | 0.29% | 0.47% | - |
| HSV(B) | 223.94º | 0.46% | 0.61% | - |
| XYZ | 14.7 | 14.23 | 33.42 | - |
| YUV | 104.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 156 | 0.46 | 0.33 | 0 | 0.39 | 223.94 | 0.29 | 0.47 |
| Hex | 55 | 68 | 9C | 2E | 21 | 0 | 27 | E0 | 1D | 2F |
| Octal | 125 | 150 | 234 | 56 | 41 | 0 | 47 | 340 | 35 | 57 |
| Binary | 1010101 | 1101000 | 10011100 | 101110 | 100001 | 0 | 100111 | 11100000 | 11101 | 101111 |
Color Harmonies of #55689C
Complementary color
Monochromatic Colors of #55689C
Black with #55689C
Text Example
Text Example
White with #55689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55689C; }
p { color: rgb(85,104,156); }
H1.HeaderClassName
{
color: #55689C;
}
.AnyTagClassName
{
color: #55689C;
}
</style>
background-color css
<style>
a { background-color: #55689C; }
a { background-color: rgb(85,104,156); }
div.DivClassName
{
background-color: #55689C;
}
.BgClassName
{
background-color: #55689C;
}
</style>
border-color css
<style>
span { border-color: #55689C; }
span { border-color: rgb(85,104,156); }
td.TdClassName
{
border-color: #55689C;
}
.TagClassName
{
border-color: #55689C;
}
</style>