Shades of San Marino #55699A
Tints of San Marino #55699A
RGB
CMYK
RGB Variations
Color information
#55699A (or 0x55699A) is known color: San Marino. HEX triplet: 55, 69 and 9A. RGB value is (85,105,154). Sum of RGB (Red+Green+Blue) = 85+105+154=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #55699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699A is #AA9665. Grayscale: #686868. Windows color (decimal): -11179622 or 10119509. OLE color: 10119509.
HSL color Cylindrical-coordinate representation of color #55699A: hue angle of 222.61º 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 #55699A is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 105 | 154 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.40 |
| HSL | 222.61º | 0.29% | 0.47% | - |
| HSV(B) | 222.61º | 0.45% | 0.6% | - |
| XYZ | 14.63 | 14.37 | 32.57 | - |
| YUV | 104.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 154 | 0.45 | 0.32 | 0 | 0.40 | 222.61 | 0.29 | 0.47 |
| Hex | 55 | 69 | 9A | 2D | 20 | 0 | 28 | DF | 1D | 2F |
| Octal | 125 | 151 | 232 | 55 | 40 | 0 | 50 | 337 | 35 | 57 |
| Binary | 1010101 | 1101001 | 10011010 | 101101 | 100000 | 0 | 101000 | 11011111 | 11101 | 101111 |
Color Harmonies of #55699A
Complementary color
Monochromatic Colors of #55699A
Black with #55699A
Text Example
Text Example
White with #55699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55699A; }
p { color: rgb(85,105,154); }
H1.HeaderClassName
{
color: #55699A;
}
.AnyTagClassName
{
color: #55699A;
}
</style>
background-color css
<style>
a { background-color: #55699A; }
a { background-color: rgb(85,105,154); }
div.DivClassName
{
background-color: #55699A;
}
.BgClassName
{
background-color: #55699A;
}
</style>
border-color css
<style>
span { border-color: #55699A; }
span { border-color: rgb(85,105,154); }
td.TdClassName
{
border-color: #55699A;
}
.TagClassName
{
border-color: #55699A;
}
</style>