Shades of San Marino #566EA5
Tints of San Marino #566EA5
RGB
CMYK
RGB Variations
Color information
#566EA5 (or 0x566EA5) is known color: San Marino. HEX triplet: 56, 6E and A5. RGB value is (86,110,165). Sum of RGB (Red+Green+Blue) = 86+110+165=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #566EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566EA5 is #A9915A. Grayscale: #6C6C6C. Windows color (decimal): -11112795 or 10841686. OLE color: 10841686.
HSL color Cylindrical-coordinate representation of color #566EA5: hue angle of 221.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #566EA5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 110 | 165 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.35 |
| HSL | 221.77º | 0.31% | 0.49% | - |
| HSV(B) | 221.77º | 0.48% | 0.65% | - |
| XYZ | 16.21 | 15.85 | 37.8 | - |
| YUV | 109.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 165 | 0.48 | 0.33 | 0 | 0.35 | 221.77 | 0.31 | 0.49 |
| Hex | 56 | 6E | A5 | 30 | 21 | 0 | 23 | DE | 1F | 31 |
| Octal | 126 | 156 | 245 | 60 | 41 | 0 | 43 | 336 | 37 | 61 |
| Binary | 1010110 | 1101110 | 10100101 | 110000 | 100001 | 0 | 100011 | 11011110 | 11111 | 110001 |
Color Harmonies of #566EA5
Complementary color
Monochromatic Colors of #566EA5
Black with #566EA5
Text Example
Text Example
White with #566EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EA5; }
p { color: rgb(86,110,165); }
H1.HeaderClassName
{
color: #566EA5;
}
.AnyTagClassName
{
color: #566EA5;
}
</style>
background-color css
<style>
a { background-color: #566EA5; }
a { background-color: rgb(86,110,165); }
div.DivClassName
{
background-color: #566EA5;
}
.BgClassName
{
background-color: #566EA5;
}
</style>
border-color css
<style>
span { border-color: #566EA5; }
span { border-color: rgb(86,110,165); }
td.TdClassName
{
border-color: #566EA5;
}
.TagClassName
{
border-color: #566EA5;
}
</style>