Shades of San Marino #567AAA
Tints of San Marino #567AAA
RGB
CMYK
RGB Variations
Color information
#567AAA (or 0x567AAA) is known color: San Marino. HEX triplet: 56, 7A and AA. RGB value is (86,122,170). Sum of RGB (Red+Green+Blue) = 86+122+170=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #567AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AAA is #A98555. Grayscale: #747474. Windows color (decimal): -11109718 or 11172438. OLE color: 11172438.
HSL color Cylindrical-coordinate representation of color #567AAA: hue angle of 214.29º 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 #567AAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 122 | 170 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.33 |
| HSL | 214.29º | 0.33% | 0.5% | - |
| HSV(B) | 214.29º | 0.49% | 0.67% | - |
| XYZ | 18.05 | 18.8 | 40.71 | - |
| YUV | 116.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 170 | 0.49 | 0.28 | 0 | 0.33 | 214.29 | 0.33 | 0.5 |
| Hex | 56 | 7A | AA | 31 | 1C | 0 | 21 | D6 | 21 | 32 |
| Octal | 126 | 172 | 252 | 61 | 34 | 0 | 41 | 326 | 41 | 62 |
| Binary | 1010110 | 1111010 | 10101010 | 110001 | 11100 | 0 | 100001 | 11010110 | 100001 | 110010 |
Color Harmonies of #567AAA
Complementary color
Monochromatic Colors of #567AAA
Black with #567AAA
Text Example
Text Example
White with #567AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AAA; }
p { color: rgb(86,122,170); }
H1.HeaderClassName
{
color: #567AAA;
}
.AnyTagClassName
{
color: #567AAA;
}
</style>
background-color css
<style>
a { background-color: #567AAA; }
a { background-color: rgb(86,122,170); }
div.DivClassName
{
background-color: #567AAA;
}
.BgClassName
{
background-color: #567AAA;
}
</style>
border-color css
<style>
span { border-color: #567AAA; }
span { border-color: rgb(86,122,170); }
td.TdClassName
{
border-color: #567AAA;
}
.TagClassName
{
border-color: #567AAA;
}
</style>