Shades of Paradiso #578585
Tints of Paradiso #578585
RGB
CMYK
RGB Variations
Color information
#578585 (or 0x578585) is known color: Paradiso. HEX triplet: 57, 85 and 85. RGB value is (87,133,133). Sum of RGB (Red+Green+Blue) = 87+133+133=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #578585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578585 is #A87A7A. Grayscale: #777777. Windows color (decimal): -11041403 or 8750423. OLE color: 8750423.
HSL color Cylindrical-coordinate representation of color #578585: hue angle of 180º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #578585 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 133 | - |
| CMYK | 0.35 | 0 | 0 | 0.48 |
| HSL | 180º | 0.21% | 0.43% | - |
| HSV(B) | 180º | 0.35% | 0.52% | - |
| XYZ | 16.55 | 20.49 | 25.27 | - |
| YUV | 119.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 133 | 0.35 | 0 | 0 | 0.48 | 180 | 0.21 | 0.43 |
| Hex | 57 | 85 | 85 | 23 | 0 | 0 | 30 | B4 | 15 | 2B |
| Octal | 127 | 205 | 205 | 43 | 0 | 0 | 60 | 264 | 25 | 53 |
| Binary | 1010111 | 10000101 | 10000101 | 100011 | 0 | 0 | 110000 | 10110100 | 10101 | 101011 |
Color Harmonies of #578585
Complementary color
Monochromatic Colors of #578585
Black with #578585
Text Example
Text Example
White with #578585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578585; }
p { color: rgb(87,133,133); }
H1.HeaderClassName
{
color: #578585;
}
.AnyTagClassName
{
color: #578585;
}
</style>
background-color css
<style>
a { background-color: #578585; }
a { background-color: rgb(87,133,133); }
div.DivClassName
{
background-color: #578585;
}
.BgClassName
{
background-color: #578585;
}
</style>
border-color css
<style>
span { border-color: #578585; }
span { border-color: rgb(87,133,133); }
td.TdClassName
{
border-color: #578585;
}
.TagClassName
{
border-color: #578585;
}
</style>