Shades of San Marino #5769A4
Tints of San Marino #5769A4
RGB
CMYK
RGB Variations
Color information
#5769A4 (or 0x5769A4) is known color: San Marino. HEX triplet: 57, 69 and A4. RGB value is (87,105,164). Sum of RGB (Red+Green+Blue) = 87+105+164=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #5769A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5769A4 is #A8965B. Grayscale: #6A6A6A. Windows color (decimal): -11048540 or 10774871. OLE color: 10774871.
HSL color Cylindrical-coordinate representation of color #5769A4: hue angle of 225.97º 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 #5769A4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 105 | 164 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.36 |
| HSL | 225.97º | 0.31% | 0.49% | - |
| HSV(B) | 225.97º | 0.47% | 0.64% | - |
| XYZ | 15.68 | 14.81 | 37.15 | - |
| YUV | 106.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 164 | 0.47 | 0.36 | 0 | 0.36 | 225.97 | 0.31 | 0.49 |
| Hex | 57 | 69 | A4 | 2F | 24 | 0 | 24 | E2 | 1F | 31 |
| Octal | 127 | 151 | 244 | 57 | 44 | 0 | 44 | 342 | 37 | 61 |
| Binary | 1010111 | 1101001 | 10100100 | 101111 | 100100 | 0 | 100100 | 11100010 | 11111 | 110001 |
Color Harmonies of #5769A4
Complementary color
Monochromatic Colors of #5769A4
Black with #5769A4
Text Example
Text Example
White with #5769A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769A4; }
p { color: rgb(87,105,164); }
H1.HeaderClassName
{
color: #5769A4;
}
.AnyTagClassName
{
color: #5769A4;
}
</style>
background-color css
<style>
a { background-color: #5769A4; }
a { background-color: rgb(87,105,164); }
div.DivClassName
{
background-color: #5769A4;
}
.BgClassName
{
background-color: #5769A4;
}
</style>
border-color css
<style>
span { border-color: #5769A4; }
span { border-color: rgb(87,105,164); }
td.TdClassName
{
border-color: #5769A4;
}
.TagClassName
{
border-color: #5769A4;
}
</style>