Shades of Paradiso #508382
Tints of Paradiso #508382
RGB
CMYK
RGB Variations
Color information
#508382 (or 0x508382) is known color: Paradiso. HEX triplet: 50, 83 and 82. RGB value is (80,131,130). Sum of RGB (Red+Green+Blue) = 80+131+130=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #508382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508382 is #AF7C7D. Grayscale: #737373. Windows color (decimal): -11500670 or 8553296. OLE color: 8553296.
HSL color Cylindrical-coordinate representation of color #508382: hue angle of 178.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508382 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 130 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.49 |
| HSL | 178.82º | 0.24% | 0.41% | - |
| HSV(B) | 178.82º | 0.39% | 0.51% | - |
| XYZ | 15.45 | 19.55 | 24.08 | - |
| YUV | 115.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 130 | 0.39 | 0 | 0.01 | 0.49 | 178.82 | 0.24 | 0.41 |
| Hex | 50 | 83 | 82 | 27 | 0 | 1 | 31 | B3 | 18 | 29 |
| Octal | 120 | 203 | 202 | 47 | 0 | 1 | 61 | 263 | 30 | 51 |
| Binary | 1010000 | 10000011 | 10000010 | 100111 | 0 | 1 | 110001 | 10110011 | 11000 | 101001 |
Color Harmonies of #508382
Complementary color
Monochromatic Colors of #508382
Black with #508382
Text Example
Text Example
White with #508382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508382; }
p { color: rgb(80,131,130); }
H1.HeaderClassName
{
color: #508382;
}
.AnyTagClassName
{
color: #508382;
}
</style>
background-color css
<style>
a { background-color: #508382; }
a { background-color: rgb(80,131,130); }
div.DivClassName
{
background-color: #508382;
}
.BgClassName
{
background-color: #508382;
}
</style>
border-color css
<style>
span { border-color: #508382; }
span { border-color: rgb(80,131,130); }
td.TdClassName
{
border-color: #508382;
}
.TagClassName
{
border-color: #508382;
}
</style>