Shades of Paradiso #428785
Tints of Paradiso #428785
RGB
CMYK
RGB Variations
Color information
#428785 (or 0x428785) is known color: Paradiso. HEX triplet: 42, 87 and 85. RGB value is (66,135,133). Sum of RGB (Red+Green+Blue) = 66+135+133=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #428785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428785 is #BD787A. Grayscale: #727272. Windows color (decimal): -12417147 or 8750914. OLE color: 8750914.
HSL color Cylindrical-coordinate representation of color #428785: hue angle of 178.26º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428785 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 133 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.47 |
| HSL | 178.26º | 0.34% | 0.39% | - |
| HSV(B) | 178.26º | 0.51% | 0.53% | - |
| XYZ | 15.14 | 20.18 | 25.29 | - |
| YUV | 114.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 133 | 0.51 | 0 | 0.01 | 0.47 | 178.26 | 0.34 | 0.39 |
| Hex | 42 | 87 | 85 | 33 | 0 | 1 | 2F | B2 | 22 | 27 |
| Octal | 102 | 207 | 205 | 63 | 0 | 1 | 57 | 262 | 42 | 47 |
| Binary | 1000010 | 10000111 | 10000101 | 110011 | 0 | 1 | 101111 | 10110010 | 100010 | 100111 |
Color Harmonies of #428785
Complementary color
Monochromatic Colors of #428785
Black with #428785
Text Example
Text Example
White with #428785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428785; }
p { color: rgb(66,135,133); }
H1.HeaderClassName
{
color: #428785;
}
.AnyTagClassName
{
color: #428785;
}
</style>
background-color css
<style>
a { background-color: #428785; }
a { background-color: rgb(66,135,133); }
div.DivClassName
{
background-color: #428785;
}
.BgClassName
{
background-color: #428785;
}
</style>
border-color css
<style>
span { border-color: #428785; }
span { border-color: rgb(66,135,133); }
td.TdClassName
{
border-color: #428785;
}
.TagClassName
{
border-color: #428785;
}
</style>