Shades of San Marino #556DA8
Tints of San Marino #556DA8
RGB
CMYK
RGB Variations
Color information
#556DA8 (or 0x556DA8) is known color: San Marino. HEX triplet: 55, 6D and A8. RGB value is (85,109,168). Sum of RGB (Red+Green+Blue) = 85+109+168=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #556DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556DA8 is #AA9257. Grayscale: #6C6C6C. Windows color (decimal): -11178584 or 11038037. OLE color: 11038037.
HSL color Cylindrical-coordinate representation of color #556DA8: hue angle of 222.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556DA8 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 109 | 168 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.34 |
| HSL | 222.65º | 0.33% | 0.5% | - |
| HSV(B) | 222.65º | 0.49% | 0.66% | - |
| XYZ | 16.28 | 15.7 | 39.22 | - |
| YUV | 108.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 168 | 0.49 | 0.35 | 0 | 0.34 | 222.65 | 0.33 | 0.5 |
| Hex | 55 | 6D | A8 | 31 | 23 | 0 | 22 | DF | 21 | 32 |
| Octal | 125 | 155 | 250 | 61 | 43 | 0 | 42 | 337 | 41 | 62 |
| Binary | 1010101 | 1101101 | 10101000 | 110001 | 100011 | 0 | 100010 | 11011111 | 100001 | 110010 |
Color Harmonies of #556DA8
Complementary color
Monochromatic Colors of #556DA8
Black with #556DA8
Text Example
Text Example
White with #556DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DA8; }
p { color: rgb(85,109,168); }
H1.HeaderClassName
{
color: #556DA8;
}
.AnyTagClassName
{
color: #556DA8;
}
</style>
background-color css
<style>
a { background-color: #556DA8; }
a { background-color: rgb(85,109,168); }
div.DivClassName
{
background-color: #556DA8;
}
.BgClassName
{
background-color: #556DA8;
}
</style>
border-color css
<style>
span { border-color: #556DA8; }
span { border-color: rgb(85,109,168); }
td.TdClassName
{
border-color: #556DA8;
}
.TagClassName
{
border-color: #556DA8;
}
</style>