Shades of San Marino #586BA3
Tints of San Marino #586BA3
RGB
CMYK
RGB Variations
Color information
#586BA3 (or 0x586BA3) is known color: San Marino. HEX triplet: 58, 6B and A3. RGB value is (88,107,163). Sum of RGB (Red+Green+Blue) = 88+107+163=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #586BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BA3 is #A7945C. Grayscale: #6B6B6B. Windows color (decimal): -10982493 or 10709848. OLE color: 10709848.
HSL color Cylindrical-coordinate representation of color #586BA3: hue angle of 224.8º 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 #586BA3 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 107 | 163 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.36 |
| HSL | 224.8º | 0.3% | 0.49% | - |
| HSV(B) | 224.8º | 0.46% | 0.64% | - |
| XYZ | 15.89 | 15.23 | 36.75 | - |
| YUV | 107.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 163 | 0.46 | 0.34 | 0 | 0.36 | 224.8 | 0.3 | 0.49 |
| Hex | 58 | 6B | A3 | 2E | 22 | 0 | 24 | E1 | 1E | 31 |
| Octal | 130 | 153 | 243 | 56 | 42 | 0 | 44 | 341 | 36 | 61 |
| Binary | 1011000 | 1101011 | 10100011 | 101110 | 100010 | 0 | 100100 | 11100001 | 11110 | 110001 |
Color Harmonies of #586BA3
Complementary color
Monochromatic Colors of #586BA3
Black with #586BA3
Text Example
Text Example
White with #586BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BA3; }
p { color: rgb(88,107,163); }
H1.HeaderClassName
{
color: #586BA3;
}
.AnyTagClassName
{
color: #586BA3;
}
</style>
background-color css
<style>
a { background-color: #586BA3; }
a { background-color: rgb(88,107,163); }
div.DivClassName
{
background-color: #586BA3;
}
.BgClassName
{
background-color: #586BA3;
}
</style>
border-color css
<style>
span { border-color: #586BA3; }
span { border-color: rgb(88,107,163); }
td.TdClassName
{
border-color: #586BA3;
}
.TagClassName
{
border-color: #586BA3;
}
</style>