Shades of Paradiso #508385
Tints of Paradiso #508385
RGB
CMYK
RGB Variations
Color information
#508385 (or 0x508385) is known color: Paradiso. HEX triplet: 50, 83 and 85. RGB value is (80,131,133). Sum of RGB (Red+Green+Blue) = 80+131+133=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #508385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508385 is #AF7C7A. Grayscale: #737373. Windows color (decimal): -11500667 or 8749904. OLE color: 8749904.
HSL color Cylindrical-coordinate representation of color #508385: hue angle of 182.26º 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 #508385 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 131 | 133 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.48 |
| HSL | 182.26º | 0.25% | 0.42% | - |
| HSV(B) | 182.26º | 0.4% | 0.52% | - |
| XYZ | 15.66 | 19.63 | 25.15 | - |
| YUV | 115.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 133 | 0.40 | 0.02 | 0 | 0.48 | 182.26 | 0.25 | 0.42 |
| Hex | 50 | 83 | 85 | 28 | 2 | 0 | 30 | B6 | 19 | 2A |
| Octal | 120 | 203 | 205 | 50 | 2 | 0 | 60 | 266 | 31 | 52 |
| Binary | 1010000 | 10000011 | 10000101 | 101000 | 10 | 0 | 110000 | 10110110 | 11001 | 101010 |
Color Harmonies of #508385
Complementary color
Monochromatic Colors of #508385
Black with #508385
Text Example
Text Example
White with #508385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508385; }
p { color: rgb(80,131,133); }
H1.HeaderClassName
{
color: #508385;
}
.AnyTagClassName
{
color: #508385;
}
</style>
background-color css
<style>
a { background-color: #508385; }
a { background-color: rgb(80,131,133); }
div.DivClassName
{
background-color: #508385;
}
.BgClassName
{
background-color: #508385;
}
</style>
border-color css
<style>
span { border-color: #508385; }
span { border-color: rgb(80,131,133); }
td.TdClassName
{
border-color: #508385;
}
.TagClassName
{
border-color: #508385;
}
</style>