Shades of San Marino #53639D
Tints of San Marino #53639D
RGB
CMYK
RGB Variations
Color information
#53639D (or 0x53639D) is known color: San Marino. HEX triplet: 53, 63 and 9D. RGB value is (83,99,157). Sum of RGB (Red+Green+Blue) = 83+99+157=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #53639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639D is #AC9C62. Grayscale: #646464. Windows color (decimal): -11312227 or 10314579. OLE color: 10314579.
HSL color Cylindrical-coordinate representation of color #53639D: hue angle of 227.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53639D is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 99 | 157 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.38 |
| HSL | 227.03º | 0.31% | 0.47% | - |
| HSV(B) | 227.03º | 0.47% | 0.62% | - |
| XYZ | 14.11 | 13.2 | 33.7 | - |
| YUV | 100.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 157 | 0.47 | 0.37 | 0 | 0.38 | 227.03 | 0.31 | 0.47 |
| Hex | 53 | 63 | 9D | 2F | 25 | 0 | 26 | E3 | 1F | 2F |
| Octal | 123 | 143 | 235 | 57 | 45 | 0 | 46 | 343 | 37 | 57 |
| Binary | 1010011 | 1100011 | 10011101 | 101111 | 100101 | 0 | 100110 | 11100011 | 11111 | 101111 |
Color Harmonies of #53639D
Complementary color
Monochromatic Colors of #53639D
Black with #53639D
Text Example
Text Example
White with #53639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53639D; }
p { color: rgb(83,99,157); }
H1.HeaderClassName
{
color: #53639D;
}
.AnyTagClassName
{
color: #53639D;
}
</style>
background-color css
<style>
a { background-color: #53639D; }
a { background-color: rgb(83,99,157); }
div.DivClassName
{
background-color: #53639D;
}
.BgClassName
{
background-color: #53639D;
}
</style>
border-color css
<style>
span { border-color: #53639D; }
span { border-color: rgb(83,99,157); }
td.TdClassName
{
border-color: #53639D;
}
.TagClassName
{
border-color: #53639D;
}
</style>