Shades of San Marino #5D75A7
Tints of San Marino #5D75A7
RGB
CMYK
RGB Variations
Color information
#5D75A7 (or 0x5D75A7) is known color: San Marino. HEX triplet: 5D, 75 and A7. RGB value is (93,117,167). Sum of RGB (Red+Green+Blue) = 93+117+167=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #5D75A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D75A7 is #A28A58. Grayscale: #737373. Windows color (decimal): -10652249 or 10974557. OLE color: 10974557.
HSL color Cylindrical-coordinate representation of color #5D75A7: hue angle of 220.54º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D75A7 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 117 | 167 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.35 |
| HSL | 220.54º | 0.3% | 0.51% | - |
| HSV(B) | 220.54º | 0.44% | 0.65% | - |
| XYZ | 17.85 | 17.84 | 39.06 | - |
| YUV | 115.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 167 | 0.44 | 0.30 | 0 | 0.35 | 220.54 | 0.3 | 0.51 |
| Hex | 5D | 75 | A7 | 2C | 1E | 0 | 23 | DD | 1E | 33 |
| Octal | 135 | 165 | 247 | 54 | 36 | 0 | 43 | 335 | 36 | 63 |
| Binary | 1011101 | 1110101 | 10100111 | 101100 | 11110 | 0 | 100011 | 11011101 | 11110 | 110011 |
Color Harmonies of #5D75A7
Complementary color
Monochromatic Colors of #5D75A7
Black with #5D75A7
Text Example
Text Example
White with #5D75A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75A7; }
p { color: rgb(93,117,167); }
H1.HeaderClassName
{
color: #5D75A7;
}
.AnyTagClassName
{
color: #5D75A7;
}
</style>
background-color css
<style>
a { background-color: #5D75A7; }
a { background-color: rgb(93,117,167); }
div.DivClassName
{
background-color: #5D75A7;
}
.BgClassName
{
background-color: #5D75A7;
}
</style>
border-color css
<style>
span { border-color: #5D75A7; }
span { border-color: rgb(93,117,167); }
td.TdClassName
{
border-color: #5D75A7;
}
.TagClassName
{
border-color: #5D75A7;
}
</style>