Shades of San Marino #5564A0
Tints of San Marino #5564A0
RGB
CMYK
RGB Variations
Color information
#5564A0 (or 0x5564A0) is known color: San Marino. HEX triplet: 55, 64 and A0. RGB value is (85,100,160). Sum of RGB (Red+Green+Blue) = 85+100+160=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #5564A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564A0 is #AA9B5F. Grayscale: #666666. Windows color (decimal): -11180896 or 10511445. OLE color: 10511445.
HSL color Cylindrical-coordinate representation of color #5564A0: hue angle of 228º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5564A0 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 100 | 160 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.37 |
| HSL | 228º | 0.31% | 0.48% | - |
| HSV(B) | 228º | 0.47% | 0.63% | - |
| XYZ | 14.65 | 13.58 | 35.11 | - |
| YUV | 102.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 160 | 0.47 | 0.38 | 0 | 0.37 | 228 | 0.31 | 0.48 |
| Hex | 55 | 64 | A0 | 2F | 26 | 0 | 25 | E4 | 1F | 30 |
| Octal | 125 | 144 | 240 | 57 | 46 | 0 | 45 | 344 | 37 | 60 |
| Binary | 1010101 | 1100100 | 10100000 | 101111 | 100110 | 0 | 100101 | 11100100 | 11111 | 110000 |
Color Harmonies of #5564A0
Complementary color
Monochromatic Colors of #5564A0
Black with #5564A0
Text Example
Text Example
White with #5564A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564A0; }
p { color: rgb(85,100,160); }
H1.HeaderClassName
{
color: #5564A0;
}
.AnyTagClassName
{
color: #5564A0;
}
</style>
background-color css
<style>
a { background-color: #5564A0; }
a { background-color: rgb(85,100,160); }
div.DivClassName
{
background-color: #5564A0;
}
.BgClassName
{
background-color: #5564A0;
}
</style>
border-color css
<style>
span { border-color: #5564A0; }
span { border-color: rgb(85,100,160); }
td.TdClassName
{
border-color: #5564A0;
}
.TagClassName
{
border-color: #5564A0;
}
</style>