Shades of Paradiso #428086
Tints of Paradiso #428086
RGB
CMYK
RGB Variations
Color information
#428086 (or 0x428086) is known color: Paradiso. HEX triplet: 42, 80 and 86. RGB value is (66,128,134). Sum of RGB (Red+Green+Blue) = 66+128+134=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #428086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428086 is #BD7F79. Grayscale: #6E6E6E. Windows color (decimal): -12418938 or 8814658. OLE color: 8814658.
HSL color Cylindrical-coordinate representation of color #428086: hue angle of 185.29º 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 #428086 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 128 | 134 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.47 |
| HSL | 185.29º | 0.34% | 0.39% | - |
| HSV(B) | 185.29º | 0.51% | 0.53% | - |
| XYZ | 14.27 | 18.32 | 25.34 | - |
| YUV | 110.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 134 | 0.51 | 0.04 | 0 | 0.47 | 185.29 | 0.34 | 0.39 |
| Hex | 42 | 80 | 86 | 33 | 4 | 0 | 2F | B9 | 22 | 27 |
| Octal | 102 | 200 | 206 | 63 | 4 | 0 | 57 | 271 | 42 | 47 |
| Binary | 1000010 | 10000000 | 10000110 | 110011 | 100 | 0 | 101111 | 10111001 | 100010 | 100111 |
Color Harmonies of #428086
Complementary color
Monochromatic Colors of #428086
Black with #428086
Text Example
Text Example
White with #428086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428086; }
p { color: rgb(66,128,134); }
H1.HeaderClassName
{
color: #428086;
}
.AnyTagClassName
{
color: #428086;
}
</style>
background-color css
<style>
a { background-color: #428086; }
a { background-color: rgb(66,128,134); }
div.DivClassName
{
background-color: #428086;
}
.BgClassName
{
background-color: #428086;
}
</style>
border-color css
<style>
span { border-color: #428086; }
span { border-color: rgb(66,128,134); }
td.TdClassName
{
border-color: #428086;
}
.TagClassName
{
border-color: #428086;
}
</style>