Shades of San Marino #566DA3
Tints of San Marino #566DA3
RGB
CMYK
RGB Variations
Color information
#566DA3 (or 0x566DA3) is known color: San Marino. HEX triplet: 56, 6D and A3. RGB value is (86,109,163). Sum of RGB (Red+Green+Blue) = 86+109+163=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 109 (42.97% from 255 or 30.45% 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 #566DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DA3 is #A9925C. Grayscale: #6C6C6C. Windows color (decimal): -11113053 or 10710358. OLE color: 10710358.
HSL color Cylindrical-coordinate representation of color #566DA3: hue angle of 222.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #566DA3 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 109 | 163 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.36 |
| HSL | 222.08º | 0.31% | 0.49% | - |
| HSV(B) | 222.08º | 0.47% | 0.64% | - |
| XYZ | 15.92 | 15.56 | 36.81 | - |
| YUV | 108.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 163 | 0.47 | 0.33 | 0 | 0.36 | 222.08 | 0.31 | 0.49 |
| Hex | 56 | 6D | A3 | 2F | 21 | 0 | 24 | DE | 1F | 31 |
| Octal | 126 | 155 | 243 | 57 | 41 | 0 | 44 | 336 | 37 | 61 |
| Binary | 1010110 | 1101101 | 10100011 | 101111 | 100001 | 0 | 100100 | 11011110 | 11111 | 110001 |
Color Harmonies of #566DA3
Complementary color
Monochromatic Colors of #566DA3
Black with #566DA3
Text Example
Text Example
White with #566DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DA3; }
p { color: rgb(86,109,163); }
H1.HeaderClassName
{
color: #566DA3;
}
.AnyTagClassName
{
color: #566DA3;
}
</style>
background-color css
<style>
a { background-color: #566DA3; }
a { background-color: rgb(86,109,163); }
div.DivClassName
{
background-color: #566DA3;
}
.BgClassName
{
background-color: #566DA3;
}
</style>
border-color css
<style>
span { border-color: #566DA3; }
span { border-color: rgb(86,109,163); }
td.TdClassName
{
border-color: #566DA3;
}
.TagClassName
{
border-color: #566DA3;
}
</style>