Shades of San Marino #5677AA
Tints of San Marino #5677AA
RGB
CMYK
RGB Variations
Color information
#5677AA (or 0x5677AA) is known color: San Marino. HEX triplet: 56, 77 and AA. RGB value is (86,119,170). Sum of RGB (Red+Green+Blue) = 86+119+170=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #5677AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5677AA is #A98855. Grayscale: #727272. Windows color (decimal): -11110486 or 11171670. OLE color: 11171670.
HSL color Cylindrical-coordinate representation of color #5677AA: hue angle of 216.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5677AA is Cyan = 0.49, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 119 | 170 | - |
| CMYK | 0.49 | 0.3 | 0 | 0.33 |
| HSL | 216.43º | 0.33% | 0.5% | - |
| HSV(B) | 216.43º | 0.49% | 0.67% | - |
| XYZ | 17.69 | 18.07 | 40.59 | - |
| YUV | 114.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 170 | 0.49 | 0.3 | 0 | 0.33 | 216.43 | 0.33 | 0.5 |
| Hex | 56 | 77 | AA | 31 | 1E | 0 | 21 | D8 | 21 | 32 |
| Octal | 126 | 167 | 252 | 61 | 36 | 0 | 41 | 330 | 41 | 62 |
| Binary | 1010110 | 1110111 | 10101010 | 110001 | 11110 | 0 | 100001 | 11011000 | 100001 | 110010 |
Color Harmonies of #5677AA
Complementary color
Monochromatic Colors of #5677AA
Black with #5677AA
Text Example
Text Example
White with #5677AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677AA; }
p { color: rgb(86,119,170); }
H1.HeaderClassName
{
color: #5677AA;
}
.AnyTagClassName
{
color: #5677AA;
}
</style>
background-color css
<style>
a { background-color: #5677AA; }
a { background-color: rgb(86,119,170); }
div.DivClassName
{
background-color: #5677AA;
}
.BgClassName
{
background-color: #5677AA;
}
</style>
border-color css
<style>
span { border-color: #5677AA; }
span { border-color: rgb(86,119,170); }
td.TdClassName
{
border-color: #5677AA;
}
.TagClassName
{
border-color: #5677AA;
}
</style>