Shades of Paradiso #527E80
Tints of Paradiso #527E80
RGB
CMYK
RGB Variations
Color information
#527E80 (or 0x527E80) is known color: Paradiso. HEX triplet: 52, 7E and 80. RGB value is (82,126,128). Sum of RGB (Red+Green+Blue) = 82+126+128=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #527E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E80 is #AD817F. Grayscale: #717171. Windows color (decimal): -11370880 or 8420946. OLE color: 8420946.
HSL color Cylindrical-coordinate representation of color #527E80: hue angle of 182.61º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527E80 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 126 | 128 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.50 |
| HSL | 182.61º | 0.22% | 0.41% | - |
| HSV(B) | 182.61º | 0.36% | 0.5% | - |
| XYZ | 14.84 | 18.27 | 23.17 | - |
| YUV | 113.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 128 | 0.36 | 0.02 | 0 | 0.50 | 182.61 | 0.22 | 0.41 |
| Hex | 52 | 7E | 80 | 24 | 2 | 0 | 32 | B7 | 16 | 29 |
| Octal | 122 | 176 | 200 | 44 | 2 | 0 | 62 | 267 | 26 | 51 |
| Binary | 1010010 | 1111110 | 10000000 | 100100 | 10 | 0 | 110010 | 10110111 | 10110 | 101001 |
Color Harmonies of #527E80
Complementary color
Monochromatic Colors of #527E80
Black with #527E80
Text Example
Text Example
White with #527E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E80; }
p { color: rgb(82,126,128); }
H1.HeaderClassName
{
color: #527E80;
}
.AnyTagClassName
{
color: #527E80;
}
</style>
background-color css
<style>
a { background-color: #527E80; }
a { background-color: rgb(82,126,128); }
div.DivClassName
{
background-color: #527E80;
}
.BgClassName
{
background-color: #527E80;
}
</style>
border-color css
<style>
span { border-color: #527E80; }
span { border-color: rgb(82,126,128); }
td.TdClassName
{
border-color: #527E80;
}
.TagClassName
{
border-color: #527E80;
}
</style>