Shades of Como #457E55
Tints of Como #457E55
RGB
CMYK
RGB Variations
Color information
#457E55 (or 0x457E55) is known color: Como. HEX triplet: 45, 7E and 55. RGB value is (69,126,85). Sum of RGB (Red+Green+Blue) = 69+126+85=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #457E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E55 is #BA81AA. Grayscale: #686868. Windows color (decimal): -12222891 or 5602885. OLE color: 5602885.
HSL color Cylindrical-coordinate representation of color #457E55: hue angle of 136.84º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E55 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 126 | 85 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.51 |
| HSL | 136.84º | 0.29% | 0.38% | - |
| HSV(B) | 136.84º | 0.45% | 0.49% | - |
| XYZ | 11.55 | 16.84 | 11.24 | - |
| YUV | 104.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 85 | 0.45 | 0 | 0.33 | 0.51 | 136.84 | 0.29 | 0.38 |
| Hex | 45 | 7E | 55 | 2D | 0 | 21 | 33 | 89 | 1D | 26 |
| Octal | 105 | 176 | 125 | 55 | 0 | 41 | 63 | 211 | 35 | 46 |
| Binary | 1000101 | 1111110 | 1010101 | 101101 | 0 | 100001 | 110011 | 10001001 | 11101 | 100110 |
Color Harmonies of #457E55
Complementary color
Monochromatic Colors of #457E55
Black with #457E55
Text Example
Text Example
White with #457E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E55; }
p { color: rgb(69,126,85); }
H1.HeaderClassName
{
color: #457E55;
}
.AnyTagClassName
{
color: #457E55;
}
</style>
background-color css
<style>
a { background-color: #457E55; }
a { background-color: rgb(69,126,85); }
div.DivClassName
{
background-color: #457E55;
}
.BgClassName
{
background-color: #457E55;
}
</style>
border-color css
<style>
span { border-color: #457E55; }
span { border-color: rgb(69,126,85); }
td.TdClassName
{
border-color: #457E55;
}
.TagClassName
{
border-color: #457E55;
}
</style>