Shades of Paradiso #578385
Tints of Paradiso #578385
RGB
CMYK
RGB Variations
Color information
#578385 (or 0x578385) is known color: Paradiso. HEX triplet: 57, 83 and 85. RGB value is (87,131,133). Sum of RGB (Red+Green+Blue) = 87+131+133=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #578385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578385 is #A87C7A. Grayscale: #767676. Windows color (decimal): -11041915 or 8749911. OLE color: 8749911.
HSL color Cylindrical-coordinate representation of color #578385: hue angle of 182.61º 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 #578385 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 131 | 133 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.48 |
| HSL | 182.61º | 0.21% | 0.43% | - |
| HSV(B) | 182.61º | 0.35% | 0.52% | - |
| XYZ | 16.28 | 19.95 | 25.18 | - |
| YUV | 118.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 133 | 0.35 | 0.02 | 0 | 0.48 | 182.61 | 0.21 | 0.43 |
| Hex | 57 | 83 | 85 | 23 | 2 | 0 | 30 | B7 | 15 | 2B |
| Octal | 127 | 203 | 205 | 43 | 2 | 0 | 60 | 267 | 25 | 53 |
| Binary | 1010111 | 10000011 | 10000101 | 100011 | 10 | 0 | 110000 | 10110111 | 10101 | 101011 |
Color Harmonies of #578385
Complementary color
Monochromatic Colors of #578385
Black with #578385
Text Example
Text Example
White with #578385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578385; }
p { color: rgb(87,131,133); }
H1.HeaderClassName
{
color: #578385;
}
.AnyTagClassName
{
color: #578385;
}
</style>
background-color css
<style>
a { background-color: #578385; }
a { background-color: rgb(87,131,133); }
div.DivClassName
{
background-color: #578385;
}
.BgClassName
{
background-color: #578385;
}
</style>
border-color css
<style>
span { border-color: #578385; }
span { border-color: rgb(87,131,133); }
td.TdClassName
{
border-color: #578385;
}
.TagClassName
{
border-color: #578385;
}
</style>