Shades of San Marino #55679D
Tints of San Marino #55679D
RGB
CMYK
RGB Variations
Color information
#55679D (or 0x55679D) is known color: San Marino. HEX triplet: 55, 67 and 9D. RGB value is (85,103,157). Sum of RGB (Red+Green+Blue) = 85+103+157=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #55679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55679D is #AA9862. Grayscale: #676767. Windows color (decimal): -11180131 or 10315605. OLE color: 10315605.
HSL color Cylindrical-coordinate representation of color #55679D: hue angle of 225º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55679D is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 103 | 157 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.38 |
| HSL | 225º | 0.3% | 0.47% | - |
| HSV(B) | 225º | 0.46% | 0.62% | - |
| XYZ | 14.68 | 14.07 | 33.84 | - |
| YUV | 103.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 157 | 0.46 | 0.34 | 0 | 0.38 | 225 | 0.3 | 0.47 |
| Hex | 55 | 67 | 9D | 2E | 22 | 0 | 26 | E1 | 1E | 2F |
| Octal | 125 | 147 | 235 | 56 | 42 | 0 | 46 | 341 | 36 | 57 |
| Binary | 1010101 | 1100111 | 10011101 | 101110 | 100010 | 0 | 100110 | 11100001 | 11110 | 101111 |
Color Harmonies of #55679D
Complementary color
Monochromatic Colors of #55679D
Black with #55679D
Text Example
Text Example
White with #55679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55679D; }
p { color: rgb(85,103,157); }
H1.HeaderClassName
{
color: #55679D;
}
.AnyTagClassName
{
color: #55679D;
}
</style>
background-color css
<style>
a { background-color: #55679D; }
a { background-color: rgb(85,103,157); }
div.DivClassName
{
background-color: #55679D;
}
.BgClassName
{
background-color: #55679D;
}
</style>
border-color css
<style>
span { border-color: #55679D; }
span { border-color: rgb(85,103,157); }
td.TdClassName
{
border-color: #55679D;
}
.TagClassName
{
border-color: #55679D;
}
</style>