Shades of Paradiso #538081
Tints of Paradiso #538081
RGB
CMYK
RGB Variations
Color information
#538081 (or 0x538081) is known color: Paradiso. HEX triplet: 53, 80 and 81. RGB value is (83,128,129). Sum of RGB (Red+Green+Blue) = 83+128+129=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #538081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538081 is #AC7F7E. Grayscale: #727272. Windows color (decimal): -11304831 or 8486995. OLE color: 8486995.
HSL color Cylindrical-coordinate representation of color #538081: hue angle of 181.3º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538081 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 128 | 129 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.49 |
| HSL | 181.3º | 0.22% | 0.42% | - |
| HSV(B) | 181.3º | 0.36% | 0.51% | - |
| XYZ | 15.25 | 18.86 | 23.61 | - |
| YUV | 114.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 129 | 0.36 | 0.01 | 0 | 0.49 | 181.3 | 0.22 | 0.42 |
| Hex | 53 | 80 | 81 | 24 | 1 | 0 | 31 | B5 | 16 | 2A |
| Octal | 123 | 200 | 201 | 44 | 1 | 0 | 61 | 265 | 26 | 52 |
| Binary | 1010011 | 10000000 | 10000001 | 100100 | 1 | 0 | 110001 | 10110101 | 10110 | 101010 |
Color Harmonies of #538081
Complementary color
Monochromatic Colors of #538081
Black with #538081
Text Example
Text Example
White with #538081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538081; }
p { color: rgb(83,128,129); }
H1.HeaderClassName
{
color: #538081;
}
.AnyTagClassName
{
color: #538081;
}
</style>
background-color css
<style>
a { background-color: #538081; }
a { background-color: rgb(83,128,129); }
div.DivClassName
{
background-color: #538081;
}
.BgClassName
{
background-color: #538081;
}
</style>
border-color css
<style>
span { border-color: #538081; }
span { border-color: rgb(83,128,129); }
td.TdClassName
{
border-color: #538081;
}
.TagClassName
{
border-color: #538081;
}
</style>