Shades of Paradiso #537C84
Tints of Paradiso #537C84
RGB
CMYK
RGB Variations
Color information
#537C84 (or 0x537C84) is known color: Paradiso. HEX triplet: 53, 7C and 84. RGB value is (83,124,132). Sum of RGB (Red+Green+Blue) = 83+124+132=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #537C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C84 is #AC837B. Grayscale: #707070. Windows color (decimal): -11305852 or 8682579. OLE color: 8682579.
HSL color Cylindrical-coordinate representation of color #537C84: hue angle of 189.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537C84 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 124 | 132 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.48 |
| HSL | 189.8º | 0.23% | 0.42% | - |
| HSV(B) | 189.8º | 0.37% | 0.52% | - |
| XYZ | 14.94 | 17.92 | 24.5 | - |
| YUV | 112.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 132 | 0.37 | 0.06 | 0 | 0.48 | 189.8 | 0.23 | 0.42 |
| Hex | 53 | 7C | 84 | 25 | 6 | 0 | 30 | BE | 17 | 2A |
| Octal | 123 | 174 | 204 | 45 | 6 | 0 | 60 | 276 | 27 | 52 |
| Binary | 1010011 | 1111100 | 10000100 | 100101 | 110 | 0 | 110000 | 10111110 | 10111 | 101010 |
Color Harmonies of #537C84
Complementary color
Monochromatic Colors of #537C84
Black with #537C84
Text Example
Text Example
White with #537C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C84; }
p { color: rgb(83,124,132); }
H1.HeaderClassName
{
color: #537C84;
}
.AnyTagClassName
{
color: #537C84;
}
</style>
background-color css
<style>
a { background-color: #537C84; }
a { background-color: rgb(83,124,132); }
div.DivClassName
{
background-color: #537C84;
}
.BgClassName
{
background-color: #537C84;
}
</style>
border-color css
<style>
span { border-color: #537C84; }
span { border-color: rgb(83,124,132); }
td.TdClassName
{
border-color: #537C84;
}
.TagClassName
{
border-color: #537C84;
}
</style>