Shades of San Marino #5972AC
Tints of San Marino #5972AC
RGB
CMYK
RGB Variations
Color information
#5972AC (or 0x5972AC) is known color: San Marino. HEX triplet: 59, 72 and AC. RGB value is (89,114,172). Sum of RGB (Red+Green+Blue) = 89+114+172=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #5972AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972AC is #A68D53. Grayscale: #707070. Windows color (decimal): -10915156 or 11301465. OLE color: 11301465.
HSL color Cylindrical-coordinate representation of color #5972AC: hue angle of 221.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5972AC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 114 | 172 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.33 |
| HSL | 221.93º | 0.33% | 0.51% | - |
| HSV(B) | 221.93º | 0.48% | 0.67% | - |
| XYZ | 17.58 | 17.14 | 41.41 | - |
| YUV | 113.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 172 | 0.48 | 0.34 | 0 | 0.33 | 221.93 | 0.33 | 0.51 |
| Hex | 59 | 72 | AC | 30 | 22 | 0 | 21 | DE | 21 | 33 |
| Octal | 131 | 162 | 254 | 60 | 42 | 0 | 41 | 336 | 41 | 63 |
| Binary | 1011001 | 1110010 | 10101100 | 110000 | 100010 | 0 | 100001 | 11011110 | 100001 | 110011 |
Color Harmonies of #5972AC
Complementary color
Monochromatic Colors of #5972AC
Black with #5972AC
Text Example
Text Example
White with #5972AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972AC; }
p { color: rgb(89,114,172); }
H1.HeaderClassName
{
color: #5972AC;
}
.AnyTagClassName
{
color: #5972AC;
}
</style>
background-color css
<style>
a { background-color: #5972AC; }
a { background-color: rgb(89,114,172); }
div.DivClassName
{
background-color: #5972AC;
}
.BgClassName
{
background-color: #5972AC;
}
</style>
border-color css
<style>
span { border-color: #5972AC; }
span { border-color: rgb(89,114,172); }
td.TdClassName
{
border-color: #5972AC;
}
.TagClassName
{
border-color: #5972AC;
}
</style>