Shades of San Marino #5575AF
Tints of San Marino #5575AF
RGB
CMYK
RGB Variations
Color information
#5575AF (or 0x5575AF) is known color: San Marino. HEX triplet: 55, 75 and AF. RGB value is (85,117,175). Sum of RGB (Red+Green+Blue) = 85+117+175=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #5575AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5575AF is #AA8A50. Grayscale: #717171. Windows color (decimal): -11176529 or 11498837. OLE color: 11498837.
HSL color Cylindrical-coordinate representation of color #5575AF: hue angle of 218.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5575AF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 117 | 175 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.31 |
| HSL | 218.67º | 0.36% | 0.51% | - |
| HSV(B) | 218.67º | 0.51% | 0.69% | - |
| XYZ | 17.85 | 17.75 | 43.04 | - |
| YUV | 114.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 175 | 0.51 | 0.33 | 0 | 0.31 | 218.67 | 0.36 | 0.51 |
| Hex | 55 | 75 | AF | 33 | 21 | 0 | 1F | DB | 24 | 33 |
| Octal | 125 | 165 | 257 | 63 | 41 | 0 | 37 | 333 | 44 | 63 |
| Binary | 1010101 | 1110101 | 10101111 | 110011 | 100001 | 0 | 11111 | 11011011 | 100100 | 110011 |
Color Harmonies of #5575AF
Complementary color
Monochromatic Colors of #5575AF
Black with #5575AF
Text Example
Text Example
White with #5575AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575AF; }
p { color: rgb(85,117,175); }
H1.HeaderClassName
{
color: #5575AF;
}
.AnyTagClassName
{
color: #5575AF;
}
</style>
background-color css
<style>
a { background-color: #5575AF; }
a { background-color: rgb(85,117,175); }
div.DivClassName
{
background-color: #5575AF;
}
.BgClassName
{
background-color: #5575AF;
}
</style>
border-color css
<style>
span { border-color: #5575AF; }
span { border-color: rgb(85,117,175); }
td.TdClassName
{
border-color: #5575AF;
}
.TagClassName
{
border-color: #5575AF;
}
</style>