Shades of Paradiso #458589
Tints of Paradiso #458589
RGB
CMYK
RGB Variations
Color information
#458589 (or 0x458589) is known color: Paradiso. HEX triplet: 45, 85 and 89. RGB value is (69,133,137). Sum of RGB (Red+Green+Blue) = 69+133+137=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #458589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458589 is #BA7A76. Grayscale: #727272. Windows color (decimal): -12221047 or 9012549. OLE color: 9012549.
HSL color Cylindrical-coordinate representation of color #458589: hue angle of 183.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458589 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 133 | 137 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.46 |
| HSL | 183.53º | 0.33% | 0.4% | - |
| HSV(B) | 183.53º | 0.5% | 0.54% | - |
| XYZ | 15.36 | 19.85 | 26.69 | - |
| YUV | 114.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 137 | 0.50 | 0.03 | 0 | 0.46 | 183.53 | 0.33 | 0.4 |
| Hex | 45 | 85 | 89 | 32 | 3 | 0 | 2E | B8 | 21 | 28 |
| Octal | 105 | 205 | 211 | 62 | 3 | 0 | 56 | 270 | 41 | 50 |
| Binary | 1000101 | 10000101 | 10001001 | 110010 | 11 | 0 | 101110 | 10111000 | 100001 | 101000 |
Color Harmonies of #458589
Complementary color
Monochromatic Colors of #458589
Black with #458589
Text Example
Text Example
White with #458589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458589; }
p { color: rgb(69,133,137); }
H1.HeaderClassName
{
color: #458589;
}
.AnyTagClassName
{
color: #458589;
}
</style>
background-color css
<style>
a { background-color: #458589; }
a { background-color: rgb(69,133,137); }
div.DivClassName
{
background-color: #458589;
}
.BgClassName
{
background-color: #458589;
}
</style>
border-color css
<style>
span { border-color: #458589; }
span { border-color: rgb(69,133,137); }
td.TdClassName
{
border-color: #458589;
}
.TagClassName
{
border-color: #458589;
}
</style>