Shades of Paradiso #537B86
Tints of Paradiso #537B86
RGB
CMYK
RGB Variations
Color information
#537B86 (or 0x537B86) is known color: Paradiso. HEX triplet: 53, 7B and 86. RGB value is (83,123,134). Sum of RGB (Red+Green+Blue) = 83+123+134=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #537B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B86 is #AC8479. Grayscale: #707070. Windows color (decimal): -11306106 or 8813395. OLE color: 8813395.
HSL color Cylindrical-coordinate representation of color #537B86: hue angle of 192.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537B86 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 123 | 134 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.47 |
| HSL | 192.94º | 0.24% | 0.43% | - |
| HSV(B) | 192.94º | 0.38% | 0.53% | - |
| XYZ | 14.95 | 17.73 | 25.19 | - |
| YUV | 112.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 134 | 0.38 | 0.08 | 0 | 0.47 | 192.94 | 0.24 | 0.43 |
| Hex | 53 | 7B | 86 | 26 | 8 | 0 | 2F | C1 | 18 | 2B |
| Octal | 123 | 173 | 206 | 46 | 10 | 0 | 57 | 301 | 30 | 53 |
| Binary | 1010011 | 1111011 | 10000110 | 100110 | 1000 | 0 | 101111 | 11000001 | 11000 | 101011 |
Color Harmonies of #537B86
Complementary color
Monochromatic Colors of #537B86
Black with #537B86
Text Example
Text Example
White with #537B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B86; }
p { color: rgb(83,123,134); }
H1.HeaderClassName
{
color: #537B86;
}
.AnyTagClassName
{
color: #537B86;
}
</style>
background-color css
<style>
a { background-color: #537B86; }
a { background-color: rgb(83,123,134); }
div.DivClassName
{
background-color: #537B86;
}
.BgClassName
{
background-color: #537B86;
}
</style>
border-color css
<style>
span { border-color: #537B86; }
span { border-color: rgb(83,123,134); }
td.TdClassName
{
border-color: #537B86;
}
.TagClassName
{
border-color: #537B86;
}
</style>