Shades of San Marino #586DA3
Tints of San Marino #586DA3
RGB
CMYK
RGB Variations
Color information
#586DA3 (or 0x586DA3) is known color: San Marino. HEX triplet: 58, 6D and A3. RGB value is (88,109,163). Sum of RGB (Red+Green+Blue) = 88+109+163=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #586DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586DA3 is #A7925C. Grayscale: #6C6C6C. Windows color (decimal): -10981981 or 10710360. OLE color: 10710360.
HSL color Cylindrical-coordinate representation of color #586DA3: hue angle of 223.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #586DA3 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 109 | 163 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.36 |
| HSL | 223.2º | 0.3% | 0.49% | - |
| HSV(B) | 223.2º | 0.46% | 0.64% | - |
| XYZ | 16.1 | 15.66 | 36.82 | - |
| YUV | 108.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 163 | 0.46 | 0.33 | 0 | 0.36 | 223.2 | 0.3 | 0.49 |
| Hex | 58 | 6D | A3 | 2E | 21 | 0 | 24 | DF | 1E | 31 |
| Octal | 130 | 155 | 243 | 56 | 41 | 0 | 44 | 337 | 36 | 61 |
| Binary | 1011000 | 1101101 | 10100011 | 101110 | 100001 | 0 | 100100 | 11011111 | 11110 | 110001 |
Color Harmonies of #586DA3
Complementary color
Monochromatic Colors of #586DA3
Black with #586DA3
Text Example
Text Example
White with #586DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DA3; }
p { color: rgb(88,109,163); }
H1.HeaderClassName
{
color: #586DA3;
}
.AnyTagClassName
{
color: #586DA3;
}
</style>
background-color css
<style>
a { background-color: #586DA3; }
a { background-color: rgb(88,109,163); }
div.DivClassName
{
background-color: #586DA3;
}
.BgClassName
{
background-color: #586DA3;
}
</style>
border-color css
<style>
span { border-color: #586DA3; }
span { border-color: rgb(88,109,163); }
td.TdClassName
{
border-color: #586DA3;
}
.TagClassName
{
border-color: #586DA3;
}
</style>