Shades of San Marino #566CA2
Tints of San Marino #566CA2
RGB
CMYK
RGB Variations
Color information
#566CA2 (or 0x566CA2) is known color: San Marino. HEX triplet: 56, 6C and A2. RGB value is (86,108,162). Sum of RGB (Red+Green+Blue) = 86+108+162=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #566CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CA2 is #A9935D. Grayscale: #6B6B6B. Windows color (decimal): -11113310 or 10644566. OLE color: 10644566.
HSL color Cylindrical-coordinate representation of color #566CA2: hue angle of 222.63º 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 #566CA2 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 108 | 162 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.36 |
| HSL | 222.63º | 0.31% | 0.49% | - |
| HSV(B) | 222.63º | 0.47% | 0.64% | - |
| XYZ | 15.72 | 15.31 | 36.31 | - |
| YUV | 107.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 162 | 0.47 | 0.33 | 0 | 0.36 | 222.63 | 0.31 | 0.49 |
| Hex | 56 | 6C | A2 | 2F | 21 | 0 | 24 | DF | 1F | 31 |
| Octal | 126 | 154 | 242 | 57 | 41 | 0 | 44 | 337 | 37 | 61 |
| Binary | 1010110 | 1101100 | 10100010 | 101111 | 100001 | 0 | 100100 | 11011111 | 11111 | 110001 |
Color Harmonies of #566CA2
Complementary color
Monochromatic Colors of #566CA2
Black with #566CA2
Text Example
Text Example
White with #566CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CA2; }
p { color: rgb(86,108,162); }
H1.HeaderClassName
{
color: #566CA2;
}
.AnyTagClassName
{
color: #566CA2;
}
</style>
background-color css
<style>
a { background-color: #566CA2; }
a { background-color: rgb(86,108,162); }
div.DivClassName
{
background-color: #566CA2;
}
.BgClassName
{
background-color: #566CA2;
}
</style>
border-color css
<style>
span { border-color: #566CA2; }
span { border-color: rgb(86,108,162); }
td.TdClassName
{
border-color: #566CA2;
}
.TagClassName
{
border-color: #566CA2;
}
</style>