Shades of San Marino #5668A1
Tints of San Marino #5668A1
RGB
CMYK
RGB Variations
Color information
#5668A1 (or 0x5668A1) is known color: San Marino. HEX triplet: 56, 68 and A1. RGB value is (86,104,161). Sum of RGB (Red+Green+Blue) = 86+104+161=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #5668A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5668A1 is #A9975E. Grayscale: #686868. Windows color (decimal): -11114335 or 10578006. OLE color: 10578006.
HSL color Cylindrical-coordinate representation of color #5668A1: hue angle of 225.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5668A1 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 104 | 161 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.37 |
| HSL | 225.6º | 0.3% | 0.48% | - |
| HSV(B) | 225.6º | 0.47% | 0.63% | - |
| XYZ | 15.22 | 14.45 | 35.71 | - |
| YUV | 105.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 161 | 0.47 | 0.35 | 0 | 0.37 | 225.6 | 0.3 | 0.48 |
| Hex | 56 | 68 | A1 | 2F | 23 | 0 | 25 | E2 | 1E | 30 |
| Octal | 126 | 150 | 241 | 57 | 43 | 0 | 45 | 342 | 36 | 60 |
| Binary | 1010110 | 1101000 | 10100001 | 101111 | 100011 | 0 | 100101 | 11100010 | 11110 | 110000 |
Color Harmonies of #5668A1
Complementary color
Monochromatic Colors of #5668A1
Black with #5668A1
Text Example
Text Example
White with #5668A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5668A1; }
p { color: rgb(86,104,161); }
H1.HeaderClassName
{
color: #5668A1;
}
.AnyTagClassName
{
color: #5668A1;
}
</style>
background-color css
<style>
a { background-color: #5668A1; }
a { background-color: rgb(86,104,161); }
div.DivClassName
{
background-color: #5668A1;
}
.BgClassName
{
background-color: #5668A1;
}
</style>
border-color css
<style>
span { border-color: #5668A1; }
span { border-color: rgb(86,104,161); }
td.TdClassName
{
border-color: #5668A1;
}
.TagClassName
{
border-color: #5668A1;
}
</style>