Shades of Paradiso #528084
Tints of Paradiso #528084
RGB
CMYK
RGB Variations
Color information
#528084 (or 0x528084) is known color: Paradiso. HEX triplet: 52, 80 and 84. RGB value is (82,128,132). Sum of RGB (Red+Green+Blue) = 82+128+132=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #528084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528084 is #AD7F7B. Grayscale: #727272. Windows color (decimal): -11370364 or 8683602. OLE color: 8683602.
HSL color Cylindrical-coordinate representation of color #528084: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528084 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 128 | 132 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.48 |
| HSL | 184.8º | 0.23% | 0.42% | - |
| HSV(B) | 184.8º | 0.38% | 0.52% | - |
| XYZ | 15.36 | 18.9 | 24.67 | - |
| YUV | 114.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 132 | 0.38 | 0.03 | 0 | 0.48 | 184.8 | 0.23 | 0.42 |
| Hex | 52 | 80 | 84 | 26 | 3 | 0 | 30 | B9 | 17 | 2A |
| Octal | 122 | 200 | 204 | 46 | 3 | 0 | 60 | 271 | 27 | 52 |
| Binary | 1010010 | 10000000 | 10000100 | 100110 | 11 | 0 | 110000 | 10111001 | 10111 | 101010 |
Color Harmonies of #528084
Complementary color
Monochromatic Colors of #528084
Black with #528084
Text Example
Text Example
White with #528084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528084; }
p { color: rgb(82,128,132); }
H1.HeaderClassName
{
color: #528084;
}
.AnyTagClassName
{
color: #528084;
}
</style>
background-color css
<style>
a { background-color: #528084; }
a { background-color: rgb(82,128,132); }
div.DivClassName
{
background-color: #528084;
}
.BgClassName
{
background-color: #528084;
}
</style>
border-color css
<style>
span { border-color: #528084; }
span { border-color: rgb(82,128,132); }
td.TdClassName
{
border-color: #528084;
}
.TagClassName
{
border-color: #528084;
}
</style>