Shades of Paradiso #527C83
Tints of Paradiso #527C83
RGB
CMYK
RGB Variations
Color information
#527C83 (or 0x527C83) is known color: Paradiso. HEX triplet: 52, 7C and 83. RGB value is (82,124,131). Sum of RGB (Red+Green+Blue) = 82+124+131=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #527C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C83 is #AD837C. Grayscale: #707070. Windows color (decimal): -11371389 or 8617042. OLE color: 8617042.
HSL color Cylindrical-coordinate representation of color #527C83: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527C83 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 124 | 131 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.49 |
| HSL | 188.57º | 0.23% | 0.42% | - |
| HSV(B) | 188.57º | 0.37% | 0.51% | - |
| XYZ | 14.78 | 17.85 | 24.14 | - |
| YUV | 112.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 131 | 0.37 | 0.05 | 0 | 0.49 | 188.57 | 0.23 | 0.42 |
| Hex | 52 | 7C | 83 | 25 | 5 | 0 | 31 | BD | 17 | 2A |
| Octal | 122 | 174 | 203 | 45 | 5 | 0 | 61 | 275 | 27 | 52 |
| Binary | 1010010 | 1111100 | 10000011 | 100101 | 101 | 0 | 110001 | 10111101 | 10111 | 101010 |
Color Harmonies of #527C83
Complementary color
Monochromatic Colors of #527C83
Black with #527C83
Text Example
Text Example
White with #527C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C83; }
p { color: rgb(82,124,131); }
H1.HeaderClassName
{
color: #527C83;
}
.AnyTagClassName
{
color: #527C83;
}
</style>
background-color css
<style>
a { background-color: #527C83; }
a { background-color: rgb(82,124,131); }
div.DivClassName
{
background-color: #527C83;
}
.BgClassName
{
background-color: #527C83;
}
</style>
border-color css
<style>
span { border-color: #527C83; }
span { border-color: rgb(82,124,131); }
td.TdClassName
{
border-color: #527C83;
}
.TagClassName
{
border-color: #527C83;
}
</style>