Shades of Como #457F59
Tints of Como #457F59
RGB
CMYK
RGB Variations
Color information
#457F59 (or 0x457F59) is known color: Como. HEX triplet: 45, 7F and 59. RGB value is (69,127,89). Sum of RGB (Red+Green+Blue) = 69+127+89=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #457F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F59 is #BA80A6. Grayscale: #696969. Windows color (decimal): -12222631 or 5865285. OLE color: 5865285.
HSL color Cylindrical-coordinate representation of color #457F59: hue angle of 140.69º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F59 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 89 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.50 |
| HSL | 140.69º | 0.3% | 0.38% | - |
| HSV(B) | 140.69º | 0.46% | 0.5% | - |
| XYZ | 11.85 | 17.17 | 12.14 | - |
| YUV | 105.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 89 | 0.46 | 0 | 0.30 | 0.50 | 140.69 | 0.3 | 0.38 |
| Hex | 45 | 7F | 59 | 2E | 0 | 1E | 32 | 8D | 1E | 26 |
| Octal | 105 | 177 | 131 | 56 | 0 | 36 | 62 | 215 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1011001 | 101110 | 0 | 11110 | 110010 | 10001101 | 11110 | 100110 |
Color Harmonies of #457F59
Complementary color
Monochromatic Colors of #457F59
Black with #457F59
Text Example
Text Example
White with #457F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F59; }
p { color: rgb(69,127,89); }
H1.HeaderClassName
{
color: #457F59;
}
.AnyTagClassName
{
color: #457F59;
}
</style>
background-color css
<style>
a { background-color: #457F59; }
a { background-color: rgb(69,127,89); }
div.DivClassName
{
background-color: #457F59;
}
.BgClassName
{
background-color: #457F59;
}
</style>
border-color css
<style>
span { border-color: #457F59; }
span { border-color: rgb(69,127,89); }
td.TdClassName
{
border-color: #457F59;
}
.TagClassName
{
border-color: #457F59;
}
</style>