Shades of San Marino #55669E
Tints of San Marino #55669E
RGB
CMYK
RGB Variations
Color information
#55669E (or 0x55669E) is known color: San Marino. HEX triplet: 55, 66 and 9E. RGB value is (85,102,158). Sum of RGB (Red+Green+Blue) = 85+102+158=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #55669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55669E is #AA9961. Grayscale: #676767. Windows color (decimal): -11180386 or 10380885. OLE color: 10380885.
HSL color Cylindrical-coordinate representation of color #55669E: hue angle of 226.03º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55669E is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 102 | 158 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.38 |
| HSL | 226.03º | 0.3% | 0.48% | - |
| HSV(B) | 226.03º | 0.46% | 0.62% | - |
| XYZ | 14.67 | 13.9 | 34.26 | - |
| YUV | 103.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 158 | 0.46 | 0.35 | 0 | 0.38 | 226.03 | 0.3 | 0.48 |
| Hex | 55 | 66 | 9E | 2E | 23 | 0 | 26 | E2 | 1E | 30 |
| Octal | 125 | 146 | 236 | 56 | 43 | 0 | 46 | 342 | 36 | 60 |
| Binary | 1010101 | 1100110 | 10011110 | 101110 | 100011 | 0 | 100110 | 11100010 | 11110 | 110000 |
Color Harmonies of #55669E
Complementary color
Monochromatic Colors of #55669E
Black with #55669E
Text Example
Text Example
White with #55669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55669E; }
p { color: rgb(85,102,158); }
H1.HeaderClassName
{
color: #55669E;
}
.AnyTagClassName
{
color: #55669E;
}
</style>
background-color css
<style>
a { background-color: #55669E; }
a { background-color: rgb(85,102,158); }
div.DivClassName
{
background-color: #55669E;
}
.BgClassName
{
background-color: #55669E;
}
</style>
border-color css
<style>
span { border-color: #55669E; }
span { border-color: rgb(85,102,158); }
td.TdClassName
{
border-color: #55669E;
}
.TagClassName
{
border-color: #55669E;
}
</style>