Shades of San Marino #5D72A3
Tints of San Marino #5D72A3
RGB
CMYK
RGB Variations
Color information
#5D72A3 (or 0x5D72A3) is known color: San Marino. HEX triplet: 5D, 72 and A3. RGB value is (93,114,163). Sum of RGB (Red+Green+Blue) = 93+114+163=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #5D72A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D72A3 is #A28D5C. Grayscale: #717171. Windows color (decimal): -10653021 or 10711645. OLE color: 10711645.
HSL color Cylindrical-coordinate representation of color #5D72A3: hue angle of 222º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D72A3 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 114 | 163 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.36 |
| HSL | 222º | 0.28% | 0.5% | - |
| HSV(B) | 222º | 0.43% | 0.64% | - |
| XYZ | 17.14 | 17.01 | 37.03 | - |
| YUV | 113.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 163 | 0.43 | 0.30 | 0 | 0.36 | 222 | 0.28 | 0.5 |
| Hex | 5D | 72 | A3 | 2B | 1E | 0 | 24 | DE | 1C | 32 |
| Octal | 135 | 162 | 243 | 53 | 36 | 0 | 44 | 336 | 34 | 62 |
| Binary | 1011101 | 1110010 | 10100011 | 101011 | 11110 | 0 | 100100 | 11011110 | 11100 | 110010 |
Color Harmonies of #5D72A3
Complementary color
Monochromatic Colors of #5D72A3
Black with #5D72A3
Text Example
Text Example
White with #5D72A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D72A3; }
p { color: rgb(93,114,163); }
H1.HeaderClassName
{
color: #5D72A3;
}
.AnyTagClassName
{
color: #5D72A3;
}
</style>
background-color css
<style>
a { background-color: #5D72A3; }
a { background-color: rgb(93,114,163); }
div.DivClassName
{
background-color: #5D72A3;
}
.BgClassName
{
background-color: #5D72A3;
}
</style>
border-color css
<style>
span { border-color: #5D72A3; }
span { border-color: rgb(93,114,163); }
td.TdClassName
{
border-color: #5D72A3;
}
.TagClassName
{
border-color: #5D72A3;
}
</style>