Shades of San Marino #557BA2
Tints of San Marino #557BA2
RGB
CMYK
RGB Variations
Color information
#557BA2 (or 0x557BA2) is known color: San Marino. HEX triplet: 55, 7B and A2. RGB value is (85,123,162). Sum of RGB (Red+Green+Blue) = 85+123+162=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #557BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA2 is #AA845D. Grayscale: #737373. Windows color (decimal): -11175006 or 10648405. OLE color: 10648405.
HSL color Cylindrical-coordinate representation of color #557BA2: hue angle of 210.39º 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 #557BA2 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 123 | 162 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.36 |
| HSL | 210.39º | 0.31% | 0.48% | - |
| HSV(B) | 210.39º | 0.48% | 0.64% | - |
| XYZ | 17.35 | 18.71 | 36.88 | - |
| YUV | 116.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 162 | 0.48 | 0.24 | 0 | 0.36 | 210.39 | 0.31 | 0.48 |
| Hex | 55 | 7B | A2 | 30 | 18 | 0 | 24 | D2 | 1F | 30 |
| Octal | 125 | 173 | 242 | 60 | 30 | 0 | 44 | 322 | 37 | 60 |
| Binary | 1010101 | 1111011 | 10100010 | 110000 | 11000 | 0 | 100100 | 11010010 | 11111 | 110000 |
Color Harmonies of #557BA2
Complementary color
Monochromatic Colors of #557BA2
Black with #557BA2
Text Example
Text Example
White with #557BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BA2; }
p { color: rgb(85,123,162); }
H1.HeaderClassName
{
color: #557BA2;
}
.AnyTagClassName
{
color: #557BA2;
}
</style>
background-color css
<style>
a { background-color: #557BA2; }
a { background-color: rgb(85,123,162); }
div.DivClassName
{
background-color: #557BA2;
}
.BgClassName
{
background-color: #557BA2;
}
</style>
border-color css
<style>
span { border-color: #557BA2; }
span { border-color: rgb(85,123,162); }
td.TdClassName
{
border-color: #557BA2;
}
.TagClassName
{
border-color: #557BA2;
}
</style>