Shades of Paradiso #428283
Tints of Paradiso #428283
RGB
CMYK
RGB Variations
Color information
#428283 (or 0x428283) is known color: Paradiso. HEX triplet: 42, 82 and 83. RGB value is (66,130,131). Sum of RGB (Red+Green+Blue) = 66+130+131=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #428283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428283 is #BD7D7C. Grayscale: #6E6E6E. Windows color (decimal): -12418429 or 8618562. OLE color: 8618562.
HSL color Cylindrical-coordinate representation of color #428283: hue angle of 180.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428283 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 131 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.49 |
| HSL | 180.92º | 0.33% | 0.39% | - |
| HSV(B) | 180.92º | 0.5% | 0.51% | - |
| XYZ | 14.33 | 18.76 | 24.34 | - |
| YUV | 110.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 131 | 0.50 | 0.01 | 0 | 0.49 | 180.92 | 0.33 | 0.39 |
| Hex | 42 | 82 | 83 | 32 | 1 | 0 | 31 | B5 | 21 | 27 |
| Octal | 102 | 202 | 203 | 62 | 1 | 0 | 61 | 265 | 41 | 47 |
| Binary | 1000010 | 10000010 | 10000011 | 110010 | 1 | 0 | 110001 | 10110101 | 100001 | 100111 |
Color Harmonies of #428283
Complementary color
Monochromatic Colors of #428283
Black with #428283
Text Example
Text Example
White with #428283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428283; }
p { color: rgb(66,130,131); }
H1.HeaderClassName
{
color: #428283;
}
.AnyTagClassName
{
color: #428283;
}
</style>
background-color css
<style>
a { background-color: #428283; }
a { background-color: rgb(66,130,131); }
div.DivClassName
{
background-color: #428283;
}
.BgClassName
{
background-color: #428283;
}
</style>
border-color css
<style>
span { border-color: #428283; }
span { border-color: rgb(66,130,131); }
td.TdClassName
{
border-color: #428283;
}
.TagClassName
{
border-color: #428283;
}
</style>