Shades of San Marino #577AA4
Tints of San Marino #577AA4
RGB
CMYK
RGB Variations
Color information
#577AA4 (or 0x577AA4) is known color: San Marino. HEX triplet: 57, 7A and A4. RGB value is (87,122,164). Sum of RGB (Red+Green+Blue) = 87+122+164=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #577AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AA4 is #A8855B. Grayscale: #747474. Windows color (decimal): -11044188 or 10779223. OLE color: 10779223.
HSL color Cylindrical-coordinate representation of color #577AA4: hue angle of 212.73º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #577AA4 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 122 | 164 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.36 |
| HSL | 212.73º | 0.31% | 0.49% | - |
| HSV(B) | 212.73º | 0.47% | 0.64% | - |
| XYZ | 17.59 | 18.63 | 37.79 | - |
| YUV | 116.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 164 | 0.47 | 0.26 | 0 | 0.36 | 212.73 | 0.31 | 0.49 |
| Hex | 57 | 7A | A4 | 2F | 1A | 0 | 24 | D5 | 1F | 31 |
| Octal | 127 | 172 | 244 | 57 | 32 | 0 | 44 | 325 | 37 | 61 |
| Binary | 1010111 | 1111010 | 10100100 | 101111 | 11010 | 0 | 100100 | 11010101 | 11111 | 110001 |
Color Harmonies of #577AA4
Complementary color
Monochromatic Colors of #577AA4
Black with #577AA4
Text Example
Text Example
White with #577AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AA4; }
p { color: rgb(87,122,164); }
H1.HeaderClassName
{
color: #577AA4;
}
.AnyTagClassName
{
color: #577AA4;
}
</style>
background-color css
<style>
a { background-color: #577AA4; }
a { background-color: rgb(87,122,164); }
div.DivClassName
{
background-color: #577AA4;
}
.BgClassName
{
background-color: #577AA4;
}
</style>
border-color css
<style>
span { border-color: #577AA4; }
span { border-color: rgb(87,122,164); }
td.TdClassName
{
border-color: #577AA4;
}
.TagClassName
{
border-color: #577AA4;
}
</style>