Shades of San Marino #5873AF
Tints of San Marino #5873AF
RGB
CMYK
RGB Variations
Color information
#5873AF (or 0x5873AF) is known color: San Marino. HEX triplet: 58, 73 and AF. RGB value is (88,115,175). Sum of RGB (Red+Green+Blue) = 88+115+175=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #5873AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5873AF is #A78C50. Grayscale: #717171. Windows color (decimal): -10980433 or 11498328. OLE color: 11498328.
HSL color Cylindrical-coordinate representation of color #5873AF: hue angle of 221.38º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5873AF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 115 | 175 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.31 |
| HSL | 221.38º | 0.35% | 0.52% | - |
| HSV(B) | 221.38º | 0.5% | 0.69% | - |
| XYZ | 17.89 | 17.43 | 42.98 | - |
| YUV | 113.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 175 | 0.50 | 0.34 | 0 | 0.31 | 221.38 | 0.35 | 0.52 |
| Hex | 58 | 73 | AF | 32 | 22 | 0 | 1F | DD | 23 | 34 |
| Octal | 130 | 163 | 257 | 62 | 42 | 0 | 37 | 335 | 43 | 64 |
| Binary | 1011000 | 1110011 | 10101111 | 110010 | 100010 | 0 | 11111 | 11011101 | 100011 | 110100 |
Color Harmonies of #5873AF
Complementary color
Monochromatic Colors of #5873AF
Black with #5873AF
Text Example
Text Example
White with #5873AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873AF; }
p { color: rgb(88,115,175); }
H1.HeaderClassName
{
color: #5873AF;
}
.AnyTagClassName
{
color: #5873AF;
}
</style>
background-color css
<style>
a { background-color: #5873AF; }
a { background-color: rgb(88,115,175); }
div.DivClassName
{
background-color: #5873AF;
}
.BgClassName
{
background-color: #5873AF;
}
</style>
border-color css
<style>
span { border-color: #5873AF; }
span { border-color: rgb(88,115,175); }
td.TdClassName
{
border-color: #5873AF;
}
.TagClassName
{
border-color: #5873AF;
}
</style>