Shades of Como #458A5E
Tints of Como #458A5E
RGB
CMYK
RGB Variations
Color information
#458A5E (or 0x458A5E) is known color: Como. HEX triplet: 45, 8A and 5E. RGB value is (69,138,94). Sum of RGB (Red+Green+Blue) = 69+138+94=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #458A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A5E is #BA75A1. Grayscale: #707070. Windows color (decimal): -12219810 or 6195781. OLE color: 6195781.
HSL color Cylindrical-coordinate representation of color #458A5E: hue angle of 141.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A5E is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 94 | - |
| CMYK | 0.5 | 0 | 0.32 | 0.46 |
| HSL | 141.74º | 0.33% | 0.41% | - |
| HSV(B) | 141.74º | 0.5% | 0.54% | - |
| XYZ | 13.56 | 20.25 | 13.78 | - |
| YUV | 112.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 94 | 0.5 | 0 | 0.32 | 0.46 | 141.74 | 0.33 | 0.41 |
| Hex | 45 | 8A | 5E | 32 | 0 | 20 | 2E | 8E | 21 | 29 |
| Octal | 105 | 212 | 136 | 62 | 0 | 40 | 56 | 216 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1011110 | 110010 | 0 | 100000 | 101110 | 10001110 | 100001 | 101001 |
Color Harmonies of #458A5E
Complementary color
Monochromatic Colors of #458A5E
Black with #458A5E
Text Example
Text Example
White with #458A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A5E; }
p { color: rgb(69,138,94); }
H1.HeaderClassName
{
color: #458A5E;
}
.AnyTagClassName
{
color: #458A5E;
}
</style>
background-color css
<style>
a { background-color: #458A5E; }
a { background-color: rgb(69,138,94); }
div.DivClassName
{
background-color: #458A5E;
}
.BgClassName
{
background-color: #458A5E;
}
</style>
border-color css
<style>
span { border-color: #458A5E; }
span { border-color: rgb(69,138,94); }
td.TdClassName
{
border-color: #458A5E;
}
.TagClassName
{
border-color: #458A5E;
}
</style>