Shades of San Marino #576FA4
Tints of San Marino #576FA4
RGB
CMYK
RGB Variations
Color information
#576FA4 (or 0x576FA4) is known color: San Marino. HEX triplet: 57, 6F and A4. RGB value is (87,111,164). Sum of RGB (Red+Green+Blue) = 87+111+164=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #576FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FA4 is #A8905B. Grayscale: #6D6D6D. Windows color (decimal): -11047004 or 10776407. OLE color: 10776407.
HSL color Cylindrical-coordinate representation of color #576FA4: hue angle of 221.3º 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 #576FA4 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 111 | 164 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.36 |
| HSL | 221.3º | 0.31% | 0.49% | - |
| HSV(B) | 221.3º | 0.47% | 0.64% | - |
| XYZ | 16.32 | 16.08 | 37.36 | - |
| YUV | 109.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 164 | 0.47 | 0.32 | 0 | 0.36 | 221.3 | 0.31 | 0.49 |
| Hex | 57 | 6F | A4 | 2F | 20 | 0 | 24 | DD | 1F | 31 |
| Octal | 127 | 157 | 244 | 57 | 40 | 0 | 44 | 335 | 37 | 61 |
| Binary | 1010111 | 1101111 | 10100100 | 101111 | 100000 | 0 | 100100 | 11011101 | 11111 | 110001 |
Color Harmonies of #576FA4
Complementary color
Monochromatic Colors of #576FA4
Black with #576FA4
Text Example
Text Example
White with #576FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576FA4; }
p { color: rgb(87,111,164); }
H1.HeaderClassName
{
color: #576FA4;
}
.AnyTagClassName
{
color: #576FA4;
}
</style>
background-color css
<style>
a { background-color: #576FA4; }
a { background-color: rgb(87,111,164); }
div.DivClassName
{
background-color: #576FA4;
}
.BgClassName
{
background-color: #576FA4;
}
</style>
border-color css
<style>
span { border-color: #576FA4; }
span { border-color: rgb(87,111,164); }
td.TdClassName
{
border-color: #576FA4;
}
.TagClassName
{
border-color: #576FA4;
}
</style>