Shades of Paradiso #598384
Tints of Paradiso #598384
RGB
CMYK
RGB Variations
Color information
#598384 (or 0x598384) is known color: Paradiso. HEX triplet: 59, 83 and 84. RGB value is (89,131,132). Sum of RGB (Red+Green+Blue) = 89+131+132=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #598384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598384 is #A67C7B. Grayscale: #767676. Windows color (decimal): -10910844 or 8684377. OLE color: 8684377.
HSL color Cylindrical-coordinate representation of color #598384: hue angle of 181.4º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598384 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 131 | 132 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.48 |
| HSL | 181.4º | 0.19% | 0.43% | - |
| HSV(B) | 181.4º | 0.33% | 0.52% | - |
| XYZ | 16.4 | 20.02 | 24.83 | - |
| YUV | 118.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 132 | 0.33 | 0.01 | 0 | 0.48 | 181.4 | 0.19 | 0.43 |
| Hex | 59 | 83 | 84 | 21 | 1 | 0 | 30 | B5 | 13 | 2B |
| Octal | 131 | 203 | 204 | 41 | 1 | 0 | 60 | 265 | 23 | 53 |
| Binary | 1011001 | 10000011 | 10000100 | 100001 | 1 | 0 | 110000 | 10110101 | 10011 | 101011 |
Color Harmonies of #598384
Complementary color
Monochromatic Colors of #598384
Black with #598384
Text Example
Text Example
White with #598384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598384; }
p { color: rgb(89,131,132); }
H1.HeaderClassName
{
color: #598384;
}
.AnyTagClassName
{
color: #598384;
}
</style>
background-color css
<style>
a { background-color: #598384; }
a { background-color: rgb(89,131,132); }
div.DivClassName
{
background-color: #598384;
}
.BgClassName
{
background-color: #598384;
}
</style>
border-color css
<style>
span { border-color: #598384; }
span { border-color: rgb(89,131,132); }
td.TdClassName
{
border-color: #598384;
}
.TagClassName
{
border-color: #598384;
}
</style>