Shades of Paradiso #54828A
Tints of Paradiso #54828A
RGB
CMYK
RGB Variations
Color information
#54828A (or 0x54828A) is known color: Paradiso. HEX triplet: 54, 82 and 8A. RGB value is (84,130,138). Sum of RGB (Red+Green+Blue) = 84+130+138=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 130 (51.17% from 255 or 36.93% 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 #54828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54828A is #AB7D75. Grayscale: #757575. Windows color (decimal): -11238774 or 9077332. OLE color: 9077332.
HSL color Cylindrical-coordinate representation of color #54828A: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54828A is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 130 | 138 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.46 |
| HSL | 188.89º | 0.24% | 0.44% | - |
| HSV(B) | 188.89º | 0.39% | 0.54% | - |
| XYZ | 16.23 | 19.69 | 26.99 | - |
| YUV | 117.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 138 | 0.39 | 0.06 | 0 | 0.46 | 188.89 | 0.24 | 0.44 |
| Hex | 54 | 82 | 8A | 27 | 6 | 0 | 2E | BD | 18 | 2C |
| Octal | 124 | 202 | 212 | 47 | 6 | 0 | 56 | 275 | 30 | 54 |
| Binary | 1010100 | 10000010 | 10001010 | 100111 | 110 | 0 | 101110 | 10111101 | 11000 | 101100 |
Color Harmonies of #54828A
Complementary color
Monochromatic Colors of #54828A
Black with #54828A
Text Example
Text Example
White with #54828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54828A; }
p { color: rgb(84,130,138); }
H1.HeaderClassName
{
color: #54828A;
}
.AnyTagClassName
{
color: #54828A;
}
</style>
background-color css
<style>
a { background-color: #54828A; }
a { background-color: rgb(84,130,138); }
div.DivClassName
{
background-color: #54828A;
}
.BgClassName
{
background-color: #54828A;
}
</style>
border-color css
<style>
span { border-color: #54828A; }
span { border-color: rgb(84,130,138); }
td.TdClassName
{
border-color: #54828A;
}
.TagClassName
{
border-color: #54828A;
}
</style>