Shades of San Marino #556CA7
Tints of San Marino #556CA7
RGB
CMYK
RGB Variations
Color information
#556CA7 (or 0x556CA7) is known color: San Marino. HEX triplet: 55, 6C and A7. RGB value is (85,108,167). Sum of RGB (Red+Green+Blue) = 85+108+167=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #556CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CA7 is #AA9358. Grayscale: #6B6B6B. Windows color (decimal): -11178841 or 10972245. OLE color: 10972245.
HSL color Cylindrical-coordinate representation of color #556CA7: hue angle of 223.17º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556CA7 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 108 | 167 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.35 |
| HSL | 223.17º | 0.33% | 0.49% | - |
| HSV(B) | 223.17º | 0.49% | 0.65% | - |
| XYZ | 16.08 | 15.45 | 38.69 | - |
| YUV | 107.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 167 | 0.49 | 0.35 | 0 | 0.35 | 223.17 | 0.33 | 0.49 |
| Hex | 55 | 6C | A7 | 31 | 23 | 0 | 23 | DF | 21 | 31 |
| Octal | 125 | 154 | 247 | 61 | 43 | 0 | 43 | 337 | 41 | 61 |
| Binary | 1010101 | 1101100 | 10100111 | 110001 | 100011 | 0 | 100011 | 11011111 | 100001 | 110001 |
Color Harmonies of #556CA7
Complementary color
Monochromatic Colors of #556CA7
Black with #556CA7
Text Example
Text Example
White with #556CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CA7; }
p { color: rgb(85,108,167); }
H1.HeaderClassName
{
color: #556CA7;
}
.AnyTagClassName
{
color: #556CA7;
}
</style>
background-color css
<style>
a { background-color: #556CA7; }
a { background-color: rgb(85,108,167); }
div.DivClassName
{
background-color: #556CA7;
}
.BgClassName
{
background-color: #556CA7;
}
</style>
border-color css
<style>
span { border-color: #556CA7; }
span { border-color: rgb(85,108,167); }
td.TdClassName
{
border-color: #556CA7;
}
.TagClassName
{
border-color: #556CA7;
}
</style>