Shades of San Marino #597A9D
Tints of San Marino #597A9D
RGB
CMYK
RGB Variations
Color information
#597A9D (or 0x597A9D) is known color: San Marino. HEX triplet: 59, 7A and 9D. RGB value is (89,122,157). Sum of RGB (Red+Green+Blue) = 89+122+157=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #597A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A9D is #A68562. Grayscale: #737373. Windows color (decimal): -10913123 or 10320473. OLE color: 10320473.
HSL color Cylindrical-coordinate representation of color #597A9D: hue angle of 210.88º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #597A9D is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 122 | 157 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.38 |
| HSL | 210.88º | 0.28% | 0.48% | - |
| HSV(B) | 210.88º | 0.43% | 0.62% | - |
| XYZ | 17.17 | 18.48 | 34.56 | - |
| YUV | 116.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 157 | 0.43 | 0.22 | 0 | 0.38 | 210.88 | 0.28 | 0.48 |
| Hex | 59 | 7A | 9D | 2B | 16 | 0 | 26 | D3 | 1C | 30 |
| Octal | 131 | 172 | 235 | 53 | 26 | 0 | 46 | 323 | 34 | 60 |
| Binary | 1011001 | 1111010 | 10011101 | 101011 | 10110 | 0 | 100110 | 11010011 | 11100 | 110000 |
Color Harmonies of #597A9D
Complementary color
Monochromatic Colors of #597A9D
Black with #597A9D
Text Example
Text Example
White with #597A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A9D; }
p { color: rgb(89,122,157); }
H1.HeaderClassName
{
color: #597A9D;
}
.AnyTagClassName
{
color: #597A9D;
}
</style>
background-color css
<style>
a { background-color: #597A9D; }
a { background-color: rgb(89,122,157); }
div.DivClassName
{
background-color: #597A9D;
}
.BgClassName
{
background-color: #597A9D;
}
</style>
border-color css
<style>
span { border-color: #597A9D; }
span { border-color: rgb(89,122,157); }
td.TdClassName
{
border-color: #597A9D;
}
.TagClassName
{
border-color: #597A9D;
}
</style>