Shades of Paradiso #537A7F
Tints of Paradiso #537A7F
RGB
CMYK
RGB Variations
Color information
#537A7F (or 0x537A7F) is known color: Paradiso. HEX triplet: 53, 7A and 7F. RGB value is (83,122,127). Sum of RGB (Red+Green+Blue) = 83+122+127=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #537A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A7F is #AC8580. Grayscale: #6E6E6E. Windows color (decimal): -11306369 or 8354387. OLE color: 8354387.
HSL color Cylindrical-coordinate representation of color #537A7F: hue angle of 186.82º 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 #537A7F is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 122 | 127 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.50 |
| HSL | 186.82º | 0.21% | 0.41% | - |
| HSV(B) | 186.82º | 0.35% | 0.5% | - |
| XYZ | 14.36 | 17.29 | 22.66 | - |
| YUV | 110.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 127 | 0.35 | 0.04 | 0 | 0.50 | 186.82 | 0.21 | 0.41 |
| Hex | 53 | 7A | 7F | 23 | 4 | 0 | 32 | BB | 15 | 29 |
| Octal | 123 | 172 | 177 | 43 | 4 | 0 | 62 | 273 | 25 | 51 |
| Binary | 1010011 | 1111010 | 1111111 | 100011 | 100 | 0 | 110010 | 10111011 | 10101 | 101001 |
Color Harmonies of #537A7F
Complementary color
Monochromatic Colors of #537A7F
Black with #537A7F
Text Example
Text Example
White with #537A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A7F; }
p { color: rgb(83,122,127); }
H1.HeaderClassName
{
color: #537A7F;
}
.AnyTagClassName
{
color: #537A7F;
}
</style>
background-color css
<style>
a { background-color: #537A7F; }
a { background-color: rgb(83,122,127); }
div.DivClassName
{
background-color: #537A7F;
}
.BgClassName
{
background-color: #537A7F;
}
</style>
border-color css
<style>
span { border-color: #537A7F; }
span { border-color: rgb(83,122,127); }
td.TdClassName
{
border-color: #537A7F;
}
.TagClassName
{
border-color: #537A7F;
}
</style>