Shades of Paradiso #54818C
Tints of Paradiso #54818C
RGB
CMYK
RGB Variations
Color information
#54818C (or 0x54818C) is known color: Paradiso. HEX triplet: 54, 81 and 8C. RGB value is (84,129,140). Sum of RGB (Red+Green+Blue) = 84+129+140=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #54818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54818C is #AB7E73. Grayscale: #747474. Windows color (decimal): -11239028 or 9208148. OLE color: 9208148.
HSL color Cylindrical-coordinate representation of color #54818C: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54818C is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 129 | 140 | - |
| CMYK | 0.4 | 0.08 | 0 | 0.45 |
| HSL | 191.79º | 0.25% | 0.44% | - |
| HSV(B) | 191.79º | 0.4% | 0.55% | - |
| XYZ | 16.24 | 19.48 | 27.71 | - |
| YUV | 116.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 140 | 0.4 | 0.08 | 0 | 0.45 | 191.79 | 0.25 | 0.44 |
| Hex | 54 | 81 | 8C | 28 | 8 | 0 | 2D | C0 | 19 | 2C |
| Octal | 124 | 201 | 214 | 50 | 10 | 0 | 55 | 300 | 31 | 54 |
| Binary | 1010100 | 10000001 | 10001100 | 101000 | 1000 | 0 | 101101 | 11000000 | 11001 | 101100 |
Color Harmonies of #54818C
Complementary color
Monochromatic Colors of #54818C
Black with #54818C
Text Example
Text Example
White with #54818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54818C; }
p { color: rgb(84,129,140); }
H1.HeaderClassName
{
color: #54818C;
}
.AnyTagClassName
{
color: #54818C;
}
</style>
background-color css
<style>
a { background-color: #54818C; }
a { background-color: rgb(84,129,140); }
div.DivClassName
{
background-color: #54818C;
}
.BgClassName
{
background-color: #54818C;
}
</style>
border-color css
<style>
span { border-color: #54818C; }
span { border-color: rgb(84,129,140); }
td.TdClassName
{
border-color: #54818C;
}
.TagClassName
{
border-color: #54818C;
}
</style>