Shades of San Marino #557B9B
Tints of San Marino #557B9B
RGB
CMYK
RGB Variations
Color information
#557B9B (or 0x557B9B) is known color: San Marino. HEX triplet: 55, 7B and 9B. RGB value is (85,123,155). Sum of RGB (Red+Green+Blue) = 85+123+155=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #557B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B9B is #AA8464. Grayscale: #737373. Windows color (decimal): -11175013 or 10189653. OLE color: 10189653.
HSL color Cylindrical-coordinate representation of color #557B9B: hue angle of 207.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557B9B is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 123 | 155 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.39 |
| HSL | 207.43º | 0.29% | 0.47% | - |
| HSV(B) | 207.43º | 0.45% | 0.61% | - |
| XYZ | 16.75 | 18.46 | 33.69 | - |
| YUV | 115.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 155 | 0.45 | 0.21 | 0 | 0.39 | 207.43 | 0.29 | 0.47 |
| Hex | 55 | 7B | 9B | 2D | 15 | 0 | 27 | CF | 1D | 2F |
| Octal | 125 | 173 | 233 | 55 | 25 | 0 | 47 | 317 | 35 | 57 |
| Binary | 1010101 | 1111011 | 10011011 | 101101 | 10101 | 0 | 100111 | 11001111 | 11101 | 101111 |
Color Harmonies of #557B9B
Complementary color
Monochromatic Colors of #557B9B
Black with #557B9B
Text Example
Text Example
White with #557B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B9B; }
p { color: rgb(85,123,155); }
H1.HeaderClassName
{
color: #557B9B;
}
.AnyTagClassName
{
color: #557B9B;
}
</style>
background-color css
<style>
a { background-color: #557B9B; }
a { background-color: rgb(85,123,155); }
div.DivClassName
{
background-color: #557B9B;
}
.BgClassName
{
background-color: #557B9B;
}
</style>
border-color css
<style>
span { border-color: #557B9B; }
span { border-color: rgb(85,123,155); }
td.TdClassName
{
border-color: #557B9B;
}
.TagClassName
{
border-color: #557B9B;
}
</style>