Shades of Paradiso #418587
Tints of Paradiso #418587
RGB
CMYK
RGB Variations
Color information
#418587 (or 0x418587) is known color: Paradiso. HEX triplet: 41, 85 and 87. RGB value is (65,133,135). Sum of RGB (Red+Green+Blue) = 65+133+135=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #418587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418587 is #BE7A78. Grayscale: #707070. Windows color (decimal): -12483193 or 8881473. OLE color: 8881473.
HSL color Cylindrical-coordinate representation of color #418587: hue angle of 181.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418587 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 133 | 135 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.47 |
| HSL | 181.71º | 0.35% | 0.39% | - |
| HSV(B) | 181.71º | 0.52% | 0.53% | - |
| XYZ | 14.94 | 19.65 | 25.93 | - |
| YUV | 112.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 135 | 0.52 | 0.01 | 0 | 0.47 | 181.71 | 0.35 | 0.39 |
| Hex | 41 | 85 | 87 | 34 | 1 | 0 | 2F | B6 | 23 | 27 |
| Octal | 101 | 205 | 207 | 64 | 1 | 0 | 57 | 266 | 43 | 47 |
| Binary | 1000001 | 10000101 | 10000111 | 110100 | 1 | 0 | 101111 | 10110110 | 100011 | 100111 |
Color Harmonies of #418587
Complementary color
Monochromatic Colors of #418587
Black with #418587
Text Example
Text Example
White with #418587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418587; }
p { color: rgb(65,133,135); }
H1.HeaderClassName
{
color: #418587;
}
.AnyTagClassName
{
color: #418587;
}
</style>
background-color css
<style>
a { background-color: #418587; }
a { background-color: rgb(65,133,135); }
div.DivClassName
{
background-color: #418587;
}
.BgClassName
{
background-color: #418587;
}
</style>
border-color css
<style>
span { border-color: #418587; }
span { border-color: rgb(65,133,135); }
td.TdClassName
{
border-color: #418587;
}
.TagClassName
{
border-color: #418587;
}
</style>