Shades of San Marino #53639B
Tints of San Marino #53639B
RGB
CMYK
RGB Variations
Color information
#53639B (or 0x53639B) is known color: San Marino. HEX triplet: 53, 63 and 9B. RGB value is (83,99,155). Sum of RGB (Red+Green+Blue) = 83+99+155=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #53639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639B is #AC9C64. Grayscale: #646464. Windows color (decimal): -11312229 or 10183507. OLE color: 10183507.
HSL color Cylindrical-coordinate representation of color #53639B: hue angle of 226.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53639B is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 99 | 155 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.39 |
| HSL | 226.67º | 0.3% | 0.47% | - |
| HSV(B) | 226.67º | 0.46% | 0.61% | - |
| XYZ | 13.95 | 13.13 | 32.81 | - |
| YUV | 100.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 155 | 0.46 | 0.36 | 0 | 0.39 | 226.67 | 0.3 | 0.47 |
| Hex | 53 | 63 | 9B | 2E | 24 | 0 | 27 | E3 | 1E | 2F |
| Octal | 123 | 143 | 233 | 56 | 44 | 0 | 47 | 343 | 36 | 57 |
| Binary | 1010011 | 1100011 | 10011011 | 101110 | 100100 | 0 | 100111 | 11100011 | 11110 | 101111 |
Color Harmonies of #53639B
Complementary color
Monochromatic Colors of #53639B
Black with #53639B
Text Example
Text Example
White with #53639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53639B; }
p { color: rgb(83,99,155); }
H1.HeaderClassName
{
color: #53639B;
}
.AnyTagClassName
{
color: #53639B;
}
</style>
background-color css
<style>
a { background-color: #53639B; }
a { background-color: rgb(83,99,155); }
div.DivClassName
{
background-color: #53639B;
}
.BgClassName
{
background-color: #53639B;
}
</style>
border-color css
<style>
span { border-color: #53639B; }
span { border-color: rgb(83,99,155); }
td.TdClassName
{
border-color: #53639B;
}
.TagClassName
{
border-color: #53639B;
}
</style>