Shades of Paradiso #51828D
Tints of Paradiso #51828D
RGB
CMYK
RGB Variations
Color information
#51828D (or 0x51828D) is known color: Paradiso. HEX triplet: 51, 82 and 8D. RGB value is (81,130,141). Sum of RGB (Red+Green+Blue) = 81+130+141=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #51828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828D is #AE7D72. Grayscale: #747474. Windows color (decimal): -11435379 or 9273937. OLE color: 9273937.
HSL color Cylindrical-coordinate representation of color #51828D: hue angle of 191º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51828D is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 130 | 141 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.45 |
| HSL | 191º | 0.27% | 0.44% | - |
| HSV(B) | 191º | 0.43% | 0.55% | - |
| XYZ | 16.18 | 19.64 | 28.14 | - |
| YUV | 116.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 141 | 0.43 | 0.08 | 0 | 0.45 | 191 | 0.27 | 0.44 |
| Hex | 51 | 82 | 8D | 2B | 8 | 0 | 2D | BF | 1B | 2C |
| Octal | 121 | 202 | 215 | 53 | 10 | 0 | 55 | 277 | 33 | 54 |
| Binary | 1010001 | 10000010 | 10001101 | 101011 | 1000 | 0 | 101101 | 10111111 | 11011 | 101100 |
Color Harmonies of #51828D
Complementary color
Monochromatic Colors of #51828D
Black with #51828D
Text Example
Text Example
White with #51828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51828D; }
p { color: rgb(81,130,141); }
H1.HeaderClassName
{
color: #51828D;
}
.AnyTagClassName
{
color: #51828D;
}
</style>
background-color css
<style>
a { background-color: #51828D; }
a { background-color: rgb(81,130,141); }
div.DivClassName
{
background-color: #51828D;
}
.BgClassName
{
background-color: #51828D;
}
</style>
border-color css
<style>
span { border-color: #51828D; }
span { border-color: rgb(81,130,141); }
td.TdClassName
{
border-color: #51828D;
}
.TagClassName
{
border-color: #51828D;
}
</style>