Shades of Paradiso #508184
Tints of Paradiso #508184
RGB
CMYK
RGB Variations
Color information
#508184 (or 0x508184) is known color: Paradiso. HEX triplet: 50, 81 and 84. RGB value is (80,129,132). Sum of RGB (Red+Green+Blue) = 80+129+132=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #508184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508184 is #AF7E7B. Grayscale: #727272. Windows color (decimal): -11501180 or 8683856. OLE color: 8683856.
HSL color Cylindrical-coordinate representation of color #508184: hue angle of 183.46º 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 #508184 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 129 | 132 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.48 |
| HSL | 183.46º | 0.25% | 0.42% | - |
| HSV(B) | 183.46º | 0.39% | 0.52% | - |
| XYZ | 15.32 | 19.07 | 24.7 | - |
| YUV | 114.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 132 | 0.39 | 0.02 | 0 | 0.48 | 183.46 | 0.25 | 0.42 |
| Hex | 50 | 81 | 84 | 27 | 2 | 0 | 30 | B7 | 19 | 2A |
| Octal | 120 | 201 | 204 | 47 | 2 | 0 | 60 | 267 | 31 | 52 |
| Binary | 1010000 | 10000001 | 10000100 | 100111 | 10 | 0 | 110000 | 10110111 | 11001 | 101010 |
Color Harmonies of #508184
Complementary color
Monochromatic Colors of #508184
Black with #508184
Text Example
Text Example
White with #508184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508184; }
p { color: rgb(80,129,132); }
H1.HeaderClassName
{
color: #508184;
}
.AnyTagClassName
{
color: #508184;
}
</style>
background-color css
<style>
a { background-color: #508184; }
a { background-color: rgb(80,129,132); }
div.DivClassName
{
background-color: #508184;
}
.BgClassName
{
background-color: #508184;
}
</style>
border-color css
<style>
span { border-color: #508184; }
span { border-color: rgb(80,129,132); }
td.TdClassName
{
border-color: #508184;
}
.TagClassName
{
border-color: #508184;
}
</style>