Shades of San Marino #556BA2
Tints of San Marino #556BA2
RGB
CMYK
RGB Variations
Color information
#556BA2 (or 0x556BA2) is known color: San Marino. HEX triplet: 55, 6B and A2. RGB value is (85,107,162). Sum of RGB (Red+Green+Blue) = 85+107+162=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #556BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BA2 is #AA945D. Grayscale: #6A6A6A. Windows color (decimal): -11179102 or 10644309. OLE color: 10644309.
HSL color Cylindrical-coordinate representation of color #556BA2: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556BA2 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 107 | 162 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.36 |
| HSL | 222.86º | 0.31% | 0.48% | - |
| HSV(B) | 222.86º | 0.48% | 0.64% | - |
| XYZ | 15.53 | 15.06 | 36.27 | - |
| YUV | 106.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 162 | 0.48 | 0.34 | 0 | 0.36 | 222.86 | 0.31 | 0.48 |
| Hex | 55 | 6B | A2 | 30 | 22 | 0 | 24 | DF | 1F | 30 |
| Octal | 125 | 153 | 242 | 60 | 42 | 0 | 44 | 337 | 37 | 60 |
| Binary | 1010101 | 1101011 | 10100010 | 110000 | 100010 | 0 | 100100 | 11011111 | 11111 | 110000 |
Color Harmonies of #556BA2
Complementary color
Monochromatic Colors of #556BA2
Black with #556BA2
Text Example
Text Example
White with #556BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BA2; }
p { color: rgb(85,107,162); }
H1.HeaderClassName
{
color: #556BA2;
}
.AnyTagClassName
{
color: #556BA2;
}
</style>
background-color css
<style>
a { background-color: #556BA2; }
a { background-color: rgb(85,107,162); }
div.DivClassName
{
background-color: #556BA2;
}
.BgClassName
{
background-color: #556BA2;
}
</style>
border-color css
<style>
span { border-color: #556BA2; }
span { border-color: rgb(85,107,162); }
td.TdClassName
{
border-color: #556BA2;
}
.TagClassName
{
border-color: #556BA2;
}
</style>