Shades of Paradiso #427D85
Tints of Paradiso #427D85
RGB
CMYK
RGB Variations
Color information
#427D85 (or 0x427D85) is known color: Paradiso. HEX triplet: 42, 7D and 85. RGB value is (66,125,133). Sum of RGB (Red+Green+Blue) = 66+125+133=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #427D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D85 is #BD827A. Grayscale: #6C6C6C. Windows color (decimal): -12419707 or 8748354. OLE color: 8748354.
HSL color Cylindrical-coordinate representation of color #427D85: hue angle of 187.16º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427D85 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 125 | 133 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.48 |
| HSL | 187.16º | 0.34% | 0.39% | - |
| HSV(B) | 187.16º | 0.5% | 0.52% | - |
| XYZ | 13.81 | 17.52 | 24.84 | - |
| YUV | 108.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 133 | 0.50 | 0.06 | 0 | 0.48 | 187.16 | 0.34 | 0.39 |
| Hex | 42 | 7D | 85 | 32 | 6 | 0 | 30 | BB | 22 | 27 |
| Octal | 102 | 175 | 205 | 62 | 6 | 0 | 60 | 273 | 42 | 47 |
| Binary | 1000010 | 1111101 | 10000101 | 110010 | 110 | 0 | 110000 | 10111011 | 100010 | 100111 |
Color Harmonies of #427D85
Complementary color
Monochromatic Colors of #427D85
Black with #427D85
Text Example
Text Example
White with #427D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D85; }
p { color: rgb(66,125,133); }
H1.HeaderClassName
{
color: #427D85;
}
.AnyTagClassName
{
color: #427D85;
}
</style>
background-color css
<style>
a { background-color: #427D85; }
a { background-color: rgb(66,125,133); }
div.DivClassName
{
background-color: #427D85;
}
.BgClassName
{
background-color: #427D85;
}
</style>
border-color css
<style>
span { border-color: #427D85; }
span { border-color: rgb(66,125,133); }
td.TdClassName
{
border-color: #427D85;
}
.TagClassName
{
border-color: #427D85;
}
</style>