Shades of Paradiso #51848A
Tints of Paradiso #51848A
RGB
CMYK
RGB Variations
Color information
#51848A (or 0x51848A) is known color: Paradiso. HEX triplet: 51, 84 and 8A. RGB value is (81,132,138). Sum of RGB (Red+Green+Blue) = 81+132+138=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #51848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848A is #AE7B75. Grayscale: #757575. Windows color (decimal): -11434870 or 9077841. OLE color: 9077841.
HSL color Cylindrical-coordinate representation of color #51848A: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51848A is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 132 | 138 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.46 |
| HSL | 186.32º | 0.26% | 0.43% | - |
| HSV(B) | 186.32º | 0.41% | 0.54% | - |
| XYZ | 16.23 | 20.09 | 27.07 | - |
| YUV | 117.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 138 | 0.41 | 0.04 | 0 | 0.46 | 186.32 | 0.26 | 0.43 |
| Hex | 51 | 84 | 8A | 29 | 4 | 0 | 2E | BA | 1A | 2B |
| Octal | 121 | 204 | 212 | 51 | 4 | 0 | 56 | 272 | 32 | 53 |
| Binary | 1010001 | 10000100 | 10001010 | 101001 | 100 | 0 | 101110 | 10111010 | 11010 | 101011 |
Color Harmonies of #51848A
Complementary color
Monochromatic Colors of #51848A
Black with #51848A
Text Example
Text Example
White with #51848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51848A; }
p { color: rgb(81,132,138); }
H1.HeaderClassName
{
color: #51848A;
}
.AnyTagClassName
{
color: #51848A;
}
</style>
background-color css
<style>
a { background-color: #51848A; }
a { background-color: rgb(81,132,138); }
div.DivClassName
{
background-color: #51848A;
}
.BgClassName
{
background-color: #51848A;
}
</style>
border-color css
<style>
span { border-color: #51848A; }
span { border-color: rgb(81,132,138); }
td.TdClassName
{
border-color: #51848A;
}
.TagClassName
{
border-color: #51848A;
}
</style>