Shades of Paradiso #528283
Tints of Paradiso #528283
RGB
CMYK
RGB Variations
Color information
#528283 (or 0x528283) is known color: Paradiso. HEX triplet: 52, 82 and 83. RGB value is (82,130,131). Sum of RGB (Red+Green+Blue) = 82+130+131=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #528283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528283 is #AD7D7C. Grayscale: #737373. Windows color (decimal): -11369853 or 8618578. OLE color: 8618578.
HSL color Cylindrical-coordinate representation of color #528283: hue angle of 181.22º 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 #528283 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 131 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.49 |
| HSL | 181.22º | 0.23% | 0.42% | - |
| HSV(B) | 181.22º | 0.37% | 0.51% | - |
| XYZ | 15.56 | 19.4 | 24.4 | - |
| YUV | 115.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 131 | 0.37 | 0.01 | 0 | 0.49 | 181.22 | 0.23 | 0.42 |
| Hex | 52 | 82 | 83 | 25 | 1 | 0 | 31 | B5 | 17 | 2A |
| Octal | 122 | 202 | 203 | 45 | 1 | 0 | 61 | 265 | 27 | 52 |
| Binary | 1010010 | 10000010 | 10000011 | 100101 | 1 | 0 | 110001 | 10110101 | 10111 | 101010 |
Color Harmonies of #528283
Complementary color
Monochromatic Colors of #528283
Black with #528283
Text Example
Text Example
White with #528283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528283; }
p { color: rgb(82,130,131); }
H1.HeaderClassName
{
color: #528283;
}
.AnyTagClassName
{
color: #528283;
}
</style>
background-color css
<style>
a { background-color: #528283; }
a { background-color: rgb(82,130,131); }
div.DivClassName
{
background-color: #528283;
}
.BgClassName
{
background-color: #528283;
}
</style>
border-color css
<style>
span { border-color: #528283; }
span { border-color: rgb(82,130,131); }
td.TdClassName
{
border-color: #528283;
}
.TagClassName
{
border-color: #528283;
}
</style>