Shades of San Marino #5568AB
Tints of San Marino #5568AB
RGB
CMYK
RGB Variations
Color information
#5568AB (or 0x5568AB) is known color: San Marino. HEX triplet: 55, 68 and AB. RGB value is (85,104,171). Sum of RGB (Red+Green+Blue) = 85+104+171=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5568AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5568AB is #AA9754. Grayscale: #696969. Windows color (decimal): -11179861 or 11233365. OLE color: 11233365.
HSL color Cylindrical-coordinate representation of color #5568AB: hue angle of 226.74º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5568AB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 104 | 171 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.33 |
| HSL | 226.74º | 0.34% | 0.5% | - |
| HSV(B) | 226.74º | 0.5% | 0.67% | - |
| XYZ | 16.05 | 14.77 | 40.53 | - |
| YUV | 105.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 171 | 0.50 | 0.39 | 0 | 0.33 | 226.74 | 0.34 | 0.5 |
| Hex | 55 | 68 | AB | 32 | 27 | 0 | 21 | E3 | 22 | 32 |
| Octal | 125 | 150 | 253 | 62 | 47 | 0 | 41 | 343 | 42 | 62 |
| Binary | 1010101 | 1101000 | 10101011 | 110010 | 100111 | 0 | 100001 | 11100011 | 100010 | 110010 |
Color Harmonies of #5568AB
Complementary color
Monochromatic Colors of #5568AB
Black with #5568AB
Text Example
Text Example
White with #5568AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568AB; }
p { color: rgb(85,104,171); }
H1.HeaderClassName
{
color: #5568AB;
}
.AnyTagClassName
{
color: #5568AB;
}
</style>
background-color css
<style>
a { background-color: #5568AB; }
a { background-color: rgb(85,104,171); }
div.DivClassName
{
background-color: #5568AB;
}
.BgClassName
{
background-color: #5568AB;
}
</style>
border-color css
<style>
span { border-color: #5568AB; }
span { border-color: rgb(85,104,171); }
td.TdClassName
{
border-color: #5568AB;
}
.TagClassName
{
border-color: #5568AB;
}
</style>