Shades of Paradiso #537C80
Tints of Paradiso #537C80
RGB
CMYK
RGB Variations
Color information
#537C80 (or 0x537C80) is known color: Paradiso. HEX triplet: 53, 7C and 80. RGB value is (83,124,128). Sum of RGB (Red+Green+Blue) = 83+124+128=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #537C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C80 is #AC837F. Grayscale: #707070. Windows color (decimal): -11305856 or 8420435. OLE color: 8420435.
HSL color Cylindrical-coordinate representation of color #537C80: hue angle of 185.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537C80 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 124 | 128 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.50 |
| HSL | 185.33º | 0.21% | 0.41% | - |
| HSV(B) | 185.33º | 0.35% | 0.5% | - |
| XYZ | 14.67 | 17.81 | 23.09 | - |
| YUV | 112.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 128 | 0.35 | 0.03 | 0 | 0.50 | 185.33 | 0.21 | 0.41 |
| Hex | 53 | 7C | 80 | 23 | 3 | 0 | 32 | B9 | 15 | 29 |
| Octal | 123 | 174 | 200 | 43 | 3 | 0 | 62 | 271 | 25 | 51 |
| Binary | 1010011 | 1111100 | 10000000 | 100011 | 11 | 0 | 110010 | 10111001 | 10101 | 101001 |
Color Harmonies of #537C80
Complementary color
Monochromatic Colors of #537C80
Black with #537C80
Text Example
Text Example
White with #537C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C80; }
p { color: rgb(83,124,128); }
H1.HeaderClassName
{
color: #537C80;
}
.AnyTagClassName
{
color: #537C80;
}
</style>
background-color css
<style>
a { background-color: #537C80; }
a { background-color: rgb(83,124,128); }
div.DivClassName
{
background-color: #537C80;
}
.BgClassName
{
background-color: #537C80;
}
</style>
border-color css
<style>
span { border-color: #537C80; }
span { border-color: rgb(83,124,128); }
td.TdClassName
{
border-color: #537C80;
}
.TagClassName
{
border-color: #537C80;
}
</style>