Shades of Paradiso #52838D
Tints of Paradiso #52838D
RGB
CMYK
RGB Variations
Color information
#52838D (or 0x52838D) is known color: Paradiso. HEX triplet: 52, 83 and 8D. RGB value is (82,131,141). Sum of RGB (Red+Green+Blue) = 82+131+141=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #52838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52838D is #AD7C72. Grayscale: #757575. Windows color (decimal): -11369587 or 9274194. OLE color: 9274194.
HSL color Cylindrical-coordinate representation of color #52838D: hue angle of 190.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52838D is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 131 | 141 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.45 |
| HSL | 190.17º | 0.26% | 0.44% | - |
| HSV(B) | 190.17º | 0.42% | 0.55% | - |
| XYZ | 16.4 | 19.95 | 28.19 | - |
| YUV | 117.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 141 | 0.42 | 0.07 | 0 | 0.45 | 190.17 | 0.26 | 0.44 |
| Hex | 52 | 83 | 8D | 2A | 7 | 0 | 2D | BE | 1A | 2C |
| Octal | 122 | 203 | 215 | 52 | 7 | 0 | 55 | 276 | 32 | 54 |
| Binary | 1010010 | 10000011 | 10001101 | 101010 | 111 | 0 | 101101 | 10111110 | 11010 | 101100 |
Color Harmonies of #52838D
Complementary color
Monochromatic Colors of #52838D
Black with #52838D
Text Example
Text Example
White with #52838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52838D; }
p { color: rgb(82,131,141); }
H1.HeaderClassName
{
color: #52838D;
}
.AnyTagClassName
{
color: #52838D;
}
</style>
background-color css
<style>
a { background-color: #52838D; }
a { background-color: rgb(82,131,141); }
div.DivClassName
{
background-color: #52838D;
}
.BgClassName
{
background-color: #52838D;
}
</style>
border-color css
<style>
span { border-color: #52838D; }
span { border-color: rgb(82,131,141); }
td.TdClassName
{
border-color: #52838D;
}
.TagClassName
{
border-color: #52838D;
}
</style>