Shades of San Marino #566BAC
Tints of San Marino #566BAC
RGB
CMYK
RGB Variations
Color information
#566BAC (or 0x566BAC) is known color: San Marino. HEX triplet: 56, 6B and AC. RGB value is (86,107,172). Sum of RGB (Red+Green+Blue) = 86+107+172=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #566BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BAC is #A99453. Grayscale: #6B6B6B. Windows color (decimal): -11113556 or 11299670. OLE color: 11299670.
HSL color Cylindrical-coordinate representation of color #566BAC: hue angle of 225.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566BAC is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 107 | 172 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.33 |
| HSL | 225.35º | 0.34% | 0.51% | - |
| HSV(B) | 225.35º | 0.5% | 0.67% | - |
| XYZ | 16.54 | 15.47 | 41.14 | - |
| YUV | 108.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 172 | 0.5 | 0.38 | 0 | 0.33 | 225.35 | 0.34 | 0.51 |
| Hex | 56 | 6B | AC | 32 | 26 | 0 | 21 | E1 | 22 | 33 |
| Octal | 126 | 153 | 254 | 62 | 46 | 0 | 41 | 341 | 42 | 63 |
| Binary | 1010110 | 1101011 | 10101100 | 110010 | 100110 | 0 | 100001 | 11100001 | 100010 | 110011 |
Color Harmonies of #566BAC
Complementary color
Monochromatic Colors of #566BAC
Black with #566BAC
Text Example
Text Example
White with #566BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BAC; }
p { color: rgb(86,107,172); }
H1.HeaderClassName
{
color: #566BAC;
}
.AnyTagClassName
{
color: #566BAC;
}
</style>
background-color css
<style>
a { background-color: #566BAC; }
a { background-color: rgb(86,107,172); }
div.DivClassName
{
background-color: #566BAC;
}
.BgClassName
{
background-color: #566BAC;
}
</style>
border-color css
<style>
span { border-color: #566BAC; }
span { border-color: rgb(86,107,172); }
td.TdClassName
{
border-color: #566BAC;
}
.TagClassName
{
border-color: #566BAC;
}
</style>