Shades of San Marino #566BA9
Tints of San Marino #566BA9
RGB
CMYK
RGB Variations
Color information
#566BA9 (or 0x566BA9) is known color: San Marino. HEX triplet: 56, 6B and A9. RGB value is (86,107,169). Sum of RGB (Red+Green+Blue) = 86+107+169=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #566BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BA9 is #A99456. Grayscale: #6B6B6B. Windows color (decimal): -11113559 or 11103062. OLE color: 11103062.
HSL color Cylindrical-coordinate representation of color #566BA9: hue angle of 224.82º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566BA9 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 107 | 169 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.34 |
| HSL | 224.82º | 0.33% | 0.5% | - |
| HSV(B) | 224.82º | 0.49% | 0.66% | - |
| XYZ | 16.26 | 15.36 | 39.64 | - |
| YUV | 107.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 169 | 0.49 | 0.37 | 0 | 0.34 | 224.82 | 0.33 | 0.5 |
| Hex | 56 | 6B | A9 | 31 | 25 | 0 | 22 | E1 | 21 | 32 |
| Octal | 126 | 153 | 251 | 61 | 45 | 0 | 42 | 341 | 41 | 62 |
| Binary | 1010110 | 1101011 | 10101001 | 110001 | 100101 | 0 | 100010 | 11100001 | 100001 | 110010 |
Color Harmonies of #566BA9
Complementary color
Monochromatic Colors of #566BA9
Black with #566BA9
Text Example
Text Example
White with #566BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BA9; }
p { color: rgb(86,107,169); }
H1.HeaderClassName
{
color: #566BA9;
}
.AnyTagClassName
{
color: #566BA9;
}
</style>
background-color css
<style>
a { background-color: #566BA9; }
a { background-color: rgb(86,107,169); }
div.DivClassName
{
background-color: #566BA9;
}
.BgClassName
{
background-color: #566BA9;
}
</style>
border-color css
<style>
span { border-color: #566BA9; }
span { border-color: rgb(86,107,169); }
td.TdClassName
{
border-color: #566BA9;
}
.TagClassName
{
border-color: #566BA9;
}
</style>