Shades of Paradiso #508085
Tints of Paradiso #508085
RGB
CMYK
RGB Variations
Color information
#508085 (or 0x508085) is known color: Paradiso. HEX triplet: 50, 80 and 85. RGB value is (80,128,133). Sum of RGB (Red+Green+Blue) = 80+128+133=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #508085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508085 is #AF7F7A. Grayscale: #727272. Windows color (decimal): -11501435 or 8749136. OLE color: 8749136.
HSL color Cylindrical-coordinate representation of color #508085: hue angle of 185.66º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508085 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 128 | 133 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.48 |
| HSL | 185.66º | 0.25% | 0.42% | - |
| HSV(B) | 185.66º | 0.4% | 0.52% | - |
| XYZ | 15.26 | 18.84 | 25.02 | - |
| YUV | 114.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 133 | 0.40 | 0.04 | 0 | 0.48 | 185.66 | 0.25 | 0.42 |
| Hex | 50 | 80 | 85 | 28 | 4 | 0 | 30 | BA | 19 | 2A |
| Octal | 120 | 200 | 205 | 50 | 4 | 0 | 60 | 272 | 31 | 52 |
| Binary | 1010000 | 10000000 | 10000101 | 101000 | 100 | 0 | 110000 | 10111010 | 11001 | 101010 |
Color Harmonies of #508085
Complementary color
Monochromatic Colors of #508085
Black with #508085
Text Example
Text Example
White with #508085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508085; }
p { color: rgb(80,128,133); }
H1.HeaderClassName
{
color: #508085;
}
.AnyTagClassName
{
color: #508085;
}
</style>
background-color css
<style>
a { background-color: #508085; }
a { background-color: rgb(80,128,133); }
div.DivClassName
{
background-color: #508085;
}
.BgClassName
{
background-color: #508085;
}
</style>
border-color css
<style>
span { border-color: #508085; }
span { border-color: rgb(80,128,133); }
td.TdClassName
{
border-color: #508085;
}
.TagClassName
{
border-color: #508085;
}
</style>