Shades of Paradiso #538185
Tints of Paradiso #538185
RGB
CMYK
RGB Variations
Color information
#538185 (or 0x538185) is known color: Paradiso. HEX triplet: 53, 81 and 85. RGB value is (83,129,133). Sum of RGB (Red+Green+Blue) = 83+129+133=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #538185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538185 is #AC7E7A. Grayscale: #737373. Windows color (decimal): -11304571 or 8749395. OLE color: 8749395.
HSL color Cylindrical-coordinate representation of color #538185: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538185 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 129 | 133 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.48 |
| HSL | 184.8º | 0.23% | 0.42% | - |
| HSV(B) | 184.8º | 0.38% | 0.52% | - |
| XYZ | 15.65 | 19.23 | 25.08 | - |
| YUV | 115.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 133 | 0.38 | 0.03 | 0 | 0.48 | 184.8 | 0.23 | 0.42 |
| Hex | 53 | 81 | 85 | 26 | 3 | 0 | 30 | B9 | 17 | 2A |
| Octal | 123 | 201 | 205 | 46 | 3 | 0 | 60 | 271 | 27 | 52 |
| Binary | 1010011 | 10000001 | 10000101 | 100110 | 11 | 0 | 110000 | 10111001 | 10111 | 101010 |
Color Harmonies of #538185
Complementary color
Monochromatic Colors of #538185
Black with #538185
Text Example
Text Example
White with #538185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538185; }
p { color: rgb(83,129,133); }
H1.HeaderClassName
{
color: #538185;
}
.AnyTagClassName
{
color: #538185;
}
</style>
background-color css
<style>
a { background-color: #538185; }
a { background-color: rgb(83,129,133); }
div.DivClassName
{
background-color: #538185;
}
.BgClassName
{
background-color: #538185;
}
</style>
border-color css
<style>
span { border-color: #538185; }
span { border-color: rgb(83,129,133); }
td.TdClassName
{
border-color: #538185;
}
.TagClassName
{
border-color: #538185;
}
</style>