Shades of Paradiso #537B80
Tints of Paradiso #537B80
RGB
CMYK
RGB Variations
Color information
#537B80 (or 0x537B80) is known color: Paradiso. HEX triplet: 53, 7B and 80. RGB value is (83,123,128). Sum of RGB (Red+Green+Blue) = 83+123+128=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #537B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B80 is #AC847F. Grayscale: #6F6F6F. Windows color (decimal): -11306112 or 8420179. OLE color: 8420179.
HSL color Cylindrical-coordinate representation of color #537B80: hue angle of 186.67º 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 #537B80 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 123 | 128 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.50 |
| HSL | 186.67º | 0.21% | 0.41% | - |
| HSV(B) | 186.67º | 0.35% | 0.5% | - |
| XYZ | 14.55 | 17.56 | 23.05 | - |
| YUV | 111.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 128 | 0.35 | 0.04 | 0 | 0.50 | 186.67 | 0.21 | 0.41 |
| Hex | 53 | 7B | 80 | 23 | 4 | 0 | 32 | BB | 15 | 29 |
| Octal | 123 | 173 | 200 | 43 | 4 | 0 | 62 | 273 | 25 | 51 |
| Binary | 1010011 | 1111011 | 10000000 | 100011 | 100 | 0 | 110010 | 10111011 | 10101 | 101001 |
Color Harmonies of #537B80
Complementary color
Monochromatic Colors of #537B80
Black with #537B80
Text Example
Text Example
White with #537B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B80; }
p { color: rgb(83,123,128); }
H1.HeaderClassName
{
color: #537B80;
}
.AnyTagClassName
{
color: #537B80;
}
</style>
background-color css
<style>
a { background-color: #537B80; }
a { background-color: rgb(83,123,128); }
div.DivClassName
{
background-color: #537B80;
}
.BgClassName
{
background-color: #537B80;
}
</style>
border-color css
<style>
span { border-color: #537B80; }
span { border-color: rgb(83,123,128); }
td.TdClassName
{
border-color: #537B80;
}
.TagClassName
{
border-color: #537B80;
}
</style>