Shades of San Marino #557AA4
Tints of San Marino #557AA4
RGB
CMYK
RGB Variations
Color information
#557AA4 (or 0x557AA4) is known color: San Marino. HEX triplet: 55, 7A and A4. RGB value is (85,122,164). Sum of RGB (Red+Green+Blue) = 85+122+164=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #557AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AA4 is #AA855B. Grayscale: #737373. Windows color (decimal): -11175260 or 10779221. OLE color: 10779221.
HSL color Cylindrical-coordinate representation of color #557AA4: hue angle of 211.9º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557AA4 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 122 | 164 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.36 |
| HSL | 211.9º | 0.32% | 0.49% | - |
| HSV(B) | 211.9º | 0.48% | 0.64% | - |
| XYZ | 17.41 | 18.53 | 37.78 | - |
| YUV | 115.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 164 | 0.48 | 0.26 | 0 | 0.36 | 211.9 | 0.32 | 0.49 |
| Hex | 55 | 7A | A4 | 30 | 1A | 0 | 24 | D4 | 20 | 31 |
| Octal | 125 | 172 | 244 | 60 | 32 | 0 | 44 | 324 | 40 | 61 |
| Binary | 1010101 | 1111010 | 10100100 | 110000 | 11010 | 0 | 100100 | 11010100 | 100000 | 110001 |
Color Harmonies of #557AA4
Complementary color
Monochromatic Colors of #557AA4
Black with #557AA4
Text Example
Text Example
White with #557AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AA4; }
p { color: rgb(85,122,164); }
H1.HeaderClassName
{
color: #557AA4;
}
.AnyTagClassName
{
color: #557AA4;
}
</style>
background-color css
<style>
a { background-color: #557AA4; }
a { background-color: rgb(85,122,164); }
div.DivClassName
{
background-color: #557AA4;
}
.BgClassName
{
background-color: #557AA4;
}
</style>
border-color css
<style>
span { border-color: #557AA4; }
span { border-color: rgb(85,122,164); }
td.TdClassName
{
border-color: #557AA4;
}
.TagClassName
{
border-color: #557AA4;
}
</style>