Shades of Paradiso #588083
Tints of Paradiso #588083
RGB
CMYK
RGB Variations
Color information
#588083 (or 0x588083) is known color: Paradiso. HEX triplet: 58, 80 and 83. RGB value is (88,128,131). Sum of RGB (Red+Green+Blue) = 88+128+131=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #588083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588083 is #A77F7C. Grayscale: #747474. Windows color (decimal): -10977149 or 8618072. OLE color: 8618072.
HSL color Cylindrical-coordinate representation of color #588083: hue angle of 184.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #588083 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 128 | 131 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.49 |
| HSL | 184.19º | 0.2% | 0.43% | - |
| HSV(B) | 184.19º | 0.33% | 0.51% | - |
| XYZ | 15.84 | 19.15 | 24.33 | - |
| YUV | 116.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 131 | 0.33 | 0.02 | 0 | 0.49 | 184.19 | 0.2 | 0.43 |
| Hex | 58 | 80 | 83 | 21 | 2 | 0 | 31 | B8 | 14 | 2B |
| Octal | 130 | 200 | 203 | 41 | 2 | 0 | 61 | 270 | 24 | 53 |
| Binary | 1011000 | 10000000 | 10000011 | 100001 | 10 | 0 | 110001 | 10111000 | 10100 | 101011 |
Color Harmonies of #588083
Complementary color
Monochromatic Colors of #588083
Black with #588083
Text Example
Text Example
White with #588083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588083; }
p { color: rgb(88,128,131); }
H1.HeaderClassName
{
color: #588083;
}
.AnyTagClassName
{
color: #588083;
}
</style>
background-color css
<style>
a { background-color: #588083; }
a { background-color: rgb(88,128,131); }
div.DivClassName
{
background-color: #588083;
}
.BgClassName
{
background-color: #588083;
}
</style>
border-color css
<style>
span { border-color: #588083; }
span { border-color: rgb(88,128,131); }
td.TdClassName
{
border-color: #588083;
}
.TagClassName
{
border-color: #588083;
}
</style>