Shades of Paradiso #508384
Tints of Paradiso #508384
RGB
CMYK
RGB Variations
Color information
#508384 (or 0x508384) is known color: Paradiso. HEX triplet: 50, 83 and 84. RGB value is (80,131,132). Sum of RGB (Red+Green+Blue) = 80+131+132=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #508384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508384 is #AF7C7B. Grayscale: #737373. Windows color (decimal): -11500668 or 8684368. OLE color: 8684368.
HSL color Cylindrical-coordinate representation of color #508384: hue angle of 181.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508384 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 131 | 132 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.48 |
| HSL | 181.15º | 0.25% | 0.42% | - |
| HSV(B) | 181.15º | 0.39% | 0.52% | - |
| XYZ | 15.59 | 19.6 | 24.79 | - |
| YUV | 115.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 132 | 0.39 | 0.01 | 0 | 0.48 | 181.15 | 0.25 | 0.42 |
| Hex | 50 | 83 | 84 | 27 | 1 | 0 | 30 | B5 | 19 | 2A |
| Octal | 120 | 203 | 204 | 47 | 1 | 0 | 60 | 265 | 31 | 52 |
| Binary | 1010000 | 10000011 | 10000100 | 100111 | 1 | 0 | 110000 | 10110101 | 11001 | 101010 |
Color Harmonies of #508384
Complementary color
Monochromatic Colors of #508384
Black with #508384
Text Example
Text Example
White with #508384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508384; }
p { color: rgb(80,131,132); }
H1.HeaderClassName
{
color: #508384;
}
.AnyTagClassName
{
color: #508384;
}
</style>
background-color css
<style>
a { background-color: #508384; }
a { background-color: rgb(80,131,132); }
div.DivClassName
{
background-color: #508384;
}
.BgClassName
{
background-color: #508384;
}
</style>
border-color css
<style>
span { border-color: #508384; }
span { border-color: rgb(80,131,132); }
td.TdClassName
{
border-color: #508384;
}
.TagClassName
{
border-color: #508384;
}
</style>