Shades of San Marino #556BAA
Tints of San Marino #556BAA
RGB
CMYK
RGB Variations
Color information
#556BAA (or 0x556BAA) is known color: San Marino. HEX triplet: 55, 6B and AA. RGB value is (85,107,170). Sum of RGB (Red+Green+Blue) = 85+107+170=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #556BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BAA is #AA9455. Grayscale: #6B6B6B. Windows color (decimal): -11179094 or 11168597. OLE color: 11168597.
HSL color Cylindrical-coordinate representation of color #556BAA: hue angle of 224.47º degrees, saturation: 0.33, 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 #556BAA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 107 | 170 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.33 |
| HSL | 224.47º | 0.33% | 0.5% | - |
| HSV(B) | 224.47º | 0.5% | 0.67% | - |
| XYZ | 16.26 | 15.35 | 40.14 | - |
| YUV | 107.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 170 | 0.50 | 0.37 | 0 | 0.33 | 224.47 | 0.33 | 0.5 |
| Hex | 55 | 6B | AA | 32 | 25 | 0 | 21 | E0 | 21 | 32 |
| Octal | 125 | 153 | 252 | 62 | 45 | 0 | 41 | 340 | 41 | 62 |
| Binary | 1010101 | 1101011 | 10101010 | 110010 | 100101 | 0 | 100001 | 11100000 | 100001 | 110010 |
Color Harmonies of #556BAA
Complementary color
Monochromatic Colors of #556BAA
Black with #556BAA
Text Example
Text Example
White with #556BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BAA; }
p { color: rgb(85,107,170); }
H1.HeaderClassName
{
color: #556BAA;
}
.AnyTagClassName
{
color: #556BAA;
}
</style>
background-color css
<style>
a { background-color: #556BAA; }
a { background-color: rgb(85,107,170); }
div.DivClassName
{
background-color: #556BAA;
}
.BgClassName
{
background-color: #556BAA;
}
</style>
border-color css
<style>
span { border-color: #556BAA; }
span { border-color: rgb(85,107,170); }
td.TdClassName
{
border-color: #556BAA;
}
.TagClassName
{
border-color: #556BAA;
}
</style>