Shades of San Marino #55649A
Tints of San Marino #55649A
RGB
CMYK
RGB Variations
Color information
#55649A (or 0x55649A) is known color: San Marino. HEX triplet: 55, 64 and 9A. RGB value is (85,100,154). Sum of RGB (Red+Green+Blue) = 85+100+154=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #55649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55649A is #AA9B65. Grayscale: #656565. Windows color (decimal): -11180902 or 10118229. OLE color: 10118229.
HSL color Cylindrical-coordinate representation of color #55649A: hue angle of 226.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55649A is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 100 | 154 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.40 |
| HSL | 226.96º | 0.29% | 0.47% | - |
| HSV(B) | 226.96º | 0.45% | 0.6% | - |
| XYZ | 14.14 | 13.38 | 32.41 | - |
| YUV | 101.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 154 | 0.45 | 0.35 | 0 | 0.40 | 226.96 | 0.29 | 0.47 |
| Hex | 55 | 64 | 9A | 2D | 23 | 0 | 28 | E3 | 1D | 2F |
| Octal | 125 | 144 | 232 | 55 | 43 | 0 | 50 | 343 | 35 | 57 |
| Binary | 1010101 | 1100100 | 10011010 | 101101 | 100011 | 0 | 101000 | 11100011 | 11101 | 101111 |
Color Harmonies of #55649A
Complementary color
Monochromatic Colors of #55649A
Black with #55649A
Text Example
Text Example
White with #55649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55649A; }
p { color: rgb(85,100,154); }
H1.HeaderClassName
{
color: #55649A;
}
.AnyTagClassName
{
color: #55649A;
}
</style>
background-color css
<style>
a { background-color: #55649A; }
a { background-color: rgb(85,100,154); }
div.DivClassName
{
background-color: #55649A;
}
.BgClassName
{
background-color: #55649A;
}
</style>
border-color css
<style>
span { border-color: #55649A; }
span { border-color: rgb(85,100,154); }
td.TdClassName
{
border-color: #55649A;
}
.TagClassName
{
border-color: #55649A;
}
</style>