Shades of Paradiso #538084
Tints of Paradiso #538084
RGB
CMYK
RGB Variations
Color information
#538084 (or 0x538084) is known color: Paradiso. HEX triplet: 53, 80 and 84. RGB value is (83,128,132). Sum of RGB (Red+Green+Blue) = 83+128+132=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 128 (50.39% from 255 or 37.32% 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 #538084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538084 is #AC7F7B. Grayscale: #727272. Windows color (decimal): -11304828 or 8683603. OLE color: 8683603.
HSL color Cylindrical-coordinate representation of color #538084: hue angle of 184.9º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538084 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 128 | 132 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.48 |
| HSL | 184.9º | 0.23% | 0.42% | - |
| HSV(B) | 184.9º | 0.37% | 0.52% | - |
| XYZ | 15.45 | 18.94 | 24.67 | - |
| YUV | 115 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 132 | 0.37 | 0.03 | 0 | 0.48 | 184.9 | 0.23 | 0.42 |
| Hex | 53 | 80 | 84 | 25 | 3 | 0 | 30 | B9 | 17 | 2A |
| Octal | 123 | 200 | 204 | 45 | 3 | 0 | 60 | 271 | 27 | 52 |
| Binary | 1010011 | 10000000 | 10000100 | 100101 | 11 | 0 | 110000 | 10111001 | 10111 | 101010 |
Color Harmonies of #538084
Complementary color
Monochromatic Colors of #538084
Black with #538084
Text Example
Text Example
White with #538084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538084; }
p { color: rgb(83,128,132); }
H1.HeaderClassName
{
color: #538084;
}
.AnyTagClassName
{
color: #538084;
}
</style>
background-color css
<style>
a { background-color: #538084; }
a { background-color: rgb(83,128,132); }
div.DivClassName
{
background-color: #538084;
}
.BgClassName
{
background-color: #538084;
}
</style>
border-color css
<style>
span { border-color: #538084; }
span { border-color: rgb(83,128,132); }
td.TdClassName
{
border-color: #538084;
}
.TagClassName
{
border-color: #538084;
}
</style>