Shades of Paradiso #527C80
Tints of Paradiso #527C80
RGB
CMYK
RGB Variations
Color information
#527C80 (or 0x527C80) is known color: Paradiso. HEX triplet: 52, 7C and 80. RGB value is (82,124,128). Sum of RGB (Red+Green+Blue) = 82+124+128=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 124 (48.83% from 255 or 37.13% 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 #527C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C80 is #AD837F. Grayscale: #6F6F6F. Windows color (decimal): -11371392 or 8420434. OLE color: 8420434.
HSL color Cylindrical-coordinate representation of color #527C80: hue angle of 185.22º 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 #527C80 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 124 | 128 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.50 |
| HSL | 185.22º | 0.22% | 0.41% | - |
| HSV(B) | 185.22º | 0.36% | 0.5% | - |
| XYZ | 14.58 | 17.77 | 23.08 | - |
| YUV | 111.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 128 | 0.36 | 0.03 | 0 | 0.50 | 185.22 | 0.22 | 0.41 |
| Hex | 52 | 7C | 80 | 24 | 3 | 0 | 32 | B9 | 16 | 29 |
| Octal | 122 | 174 | 200 | 44 | 3 | 0 | 62 | 271 | 26 | 51 |
| Binary | 1010010 | 1111100 | 10000000 | 100100 | 11 | 0 | 110010 | 10111001 | 10110 | 101001 |
Color Harmonies of #527C80
Complementary color
Monochromatic Colors of #527C80
Black with #527C80
Text Example
Text Example
White with #527C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C80; }
p { color: rgb(82,124,128); }
H1.HeaderClassName
{
color: #527C80;
}
.AnyTagClassName
{
color: #527C80;
}
</style>
background-color css
<style>
a { background-color: #527C80; }
a { background-color: rgb(82,124,128); }
div.DivClassName
{
background-color: #527C80;
}
.BgClassName
{
background-color: #527C80;
}
</style>
border-color css
<style>
span { border-color: #527C80; }
span { border-color: rgb(82,124,128); }
td.TdClassName
{
border-color: #527C80;
}
.TagClassName
{
border-color: #527C80;
}
</style>