Shades of San Marino #566AAA
Tints of San Marino #566AAA
RGB
CMYK
RGB Variations
Color information
#566AAA (or 0x566AAA) is known color: San Marino. HEX triplet: 56, 6A and AA. RGB value is (86,106,170). Sum of RGB (Red+Green+Blue) = 86+106+170=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #566AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AAA is #A99555. Grayscale: #6B6B6B. Windows color (decimal): -11113814 or 11168342. OLE color: 11168342.
HSL color Cylindrical-coordinate representation of color #566AAA: hue angle of 225.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566AAA is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 106 | 170 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.33 |
| HSL | 225.71º | 0.33% | 0.5% | - |
| HSV(B) | 225.71º | 0.49% | 0.67% | - |
| XYZ | 16.25 | 15.19 | 40.11 | - |
| YUV | 107.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 170 | 0.49 | 0.38 | 0 | 0.33 | 225.71 | 0.33 | 0.5 |
| Hex | 56 | 6A | AA | 31 | 26 | 0 | 21 | E2 | 21 | 32 |
| Octal | 126 | 152 | 252 | 61 | 46 | 0 | 41 | 342 | 41 | 62 |
| Binary | 1010110 | 1101010 | 10101010 | 110001 | 100110 | 0 | 100001 | 11100010 | 100001 | 110010 |
Color Harmonies of #566AAA
Complementary color
Monochromatic Colors of #566AAA
Black with #566AAA
Text Example
Text Example
White with #566AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566AAA; }
p { color: rgb(86,106,170); }
H1.HeaderClassName
{
color: #566AAA;
}
.AnyTagClassName
{
color: #566AAA;
}
</style>
background-color css
<style>
a { background-color: #566AAA; }
a { background-color: rgb(86,106,170); }
div.DivClassName
{
background-color: #566AAA;
}
.BgClassName
{
background-color: #566AAA;
}
</style>
border-color css
<style>
span { border-color: #566AAA; }
span { border-color: rgb(86,106,170); }
td.TdClassName
{
border-color: #566AAA;
}
.TagClassName
{
border-color: #566AAA;
}
</style>