Shades of Paradiso #538385
Tints of Paradiso #538385
RGB
CMYK
RGB Variations
Color information
#538385 (or 0x538385) is known color: Paradiso. HEX triplet: 53, 83 and 85. RGB value is (83,131,133). Sum of RGB (Red+Green+Blue) = 83+131+133=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #538385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538385 is #AC7C7A. Grayscale: #747474. Windows color (decimal): -11304059 or 8749907. OLE color: 8749907.
HSL color Cylindrical-coordinate representation of color #538385: hue angle of 182.4º 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 #538385 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 131 | 133 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.48 |
| HSL | 182.4º | 0.23% | 0.42% | - |
| HSV(B) | 182.4º | 0.38% | 0.52% | - |
| XYZ | 15.92 | 19.77 | 25.17 | - |
| YUV | 116.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 133 | 0.38 | 0.02 | 0 | 0.48 | 182.4 | 0.23 | 0.42 |
| Hex | 53 | 83 | 85 | 26 | 2 | 0 | 30 | B6 | 17 | 2A |
| Octal | 123 | 203 | 205 | 46 | 2 | 0 | 60 | 266 | 27 | 52 |
| Binary | 1010011 | 10000011 | 10000101 | 100110 | 10 | 0 | 110000 | 10110110 | 10111 | 101010 |
Color Harmonies of #538385
Complementary color
Monochromatic Colors of #538385
Black with #538385
Text Example
Text Example
White with #538385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538385; }
p { color: rgb(83,131,133); }
H1.HeaderClassName
{
color: #538385;
}
.AnyTagClassName
{
color: #538385;
}
</style>
background-color css
<style>
a { background-color: #538385; }
a { background-color: rgb(83,131,133); }
div.DivClassName
{
background-color: #538385;
}
.BgClassName
{
background-color: #538385;
}
</style>
border-color css
<style>
span { border-color: #538385; }
span { border-color: rgb(83,131,133); }
td.TdClassName
{
border-color: #538385;
}
.TagClassName
{
border-color: #538385;
}
</style>