Shades of Paradiso #53838A
Tints of Paradiso #53838A
RGB
CMYK
RGB Variations
Color information
#53838A (or 0x53838A) is known color: Paradiso. HEX triplet: 53, 83 and 8A. RGB value is (83,131,138). Sum of RGB (Red+Green+Blue) = 83+131+138=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #53838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53838A is #AC7C75. Grayscale: #757575. Windows color (decimal): -11304054 or 9077587. OLE color: 9077587.
HSL color Cylindrical-coordinate representation of color #53838A: hue angle of 187.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53838A is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 131 | 138 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.46 |
| HSL | 187.64º | 0.25% | 0.43% | - |
| HSV(B) | 187.64º | 0.4% | 0.54% | - |
| XYZ | 16.27 | 19.91 | 27.03 | - |
| YUV | 117.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 138 | 0.40 | 0.05 | 0 | 0.46 | 187.64 | 0.25 | 0.43 |
| Hex | 53 | 83 | 8A | 28 | 5 | 0 | 2E | BC | 19 | 2B |
| Octal | 123 | 203 | 212 | 50 | 5 | 0 | 56 | 274 | 31 | 53 |
| Binary | 1010011 | 10000011 | 10001010 | 101000 | 101 | 0 | 101110 | 10111100 | 11001 | 101011 |
Color Harmonies of #53838A
Complementary color
Monochromatic Colors of #53838A
Black with #53838A
Text Example
Text Example
White with #53838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53838A; }
p { color: rgb(83,131,138); }
H1.HeaderClassName
{
color: #53838A;
}
.AnyTagClassName
{
color: #53838A;
}
</style>
background-color css
<style>
a { background-color: #53838A; }
a { background-color: rgb(83,131,138); }
div.DivClassName
{
background-color: #53838A;
}
.BgClassName
{
background-color: #53838A;
}
</style>
border-color css
<style>
span { border-color: #53838A; }
span { border-color: rgb(83,131,138); }
td.TdClassName
{
border-color: #53838A;
}
.TagClassName
{
border-color: #53838A;
}
</style>