Shades of Paradiso #598184
Tints of Paradiso #598184
RGB
CMYK
RGB Variations
Color information
#598184 (or 0x598184) is known color: Paradiso. HEX triplet: 59, 81 and 84. RGB value is (89,129,132). Sum of RGB (Red+Green+Blue) = 89+129+132=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #598184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598184 is #A67E7B. Grayscale: #757575. Windows color (decimal): -10911356 or 8683865. OLE color: 8683865.
HSL color Cylindrical-coordinate representation of color #598184: hue angle of 184.19º 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 #598184 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 129 | 132 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.48 |
| HSL | 184.19º | 0.19% | 0.43% | - |
| HSV(B) | 184.19º | 0.33% | 0.52% | - |
| XYZ | 16.13 | 19.49 | 24.74 | - |
| YUV | 117.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 132 | 0.33 | 0.02 | 0 | 0.48 | 184.19 | 0.19 | 0.43 |
| Hex | 59 | 81 | 84 | 21 | 2 | 0 | 30 | B8 | 13 | 2B |
| Octal | 131 | 201 | 204 | 41 | 2 | 0 | 60 | 270 | 23 | 53 |
| Binary | 1011001 | 10000001 | 10000100 | 100001 | 10 | 0 | 110000 | 10111000 | 10011 | 101011 |
Color Harmonies of #598184
Complementary color
Monochromatic Colors of #598184
Black with #598184
Text Example
Text Example
White with #598184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598184; }
p { color: rgb(89,129,132); }
H1.HeaderClassName
{
color: #598184;
}
.AnyTagClassName
{
color: #598184;
}
</style>
background-color css
<style>
a { background-color: #598184; }
a { background-color: rgb(89,129,132); }
div.DivClassName
{
background-color: #598184;
}
.BgClassName
{
background-color: #598184;
}
</style>
border-color css
<style>
span { border-color: #598184; }
span { border-color: rgb(89,129,132); }
td.TdClassName
{
border-color: #598184;
}
.TagClassName
{
border-color: #598184;
}
</style>