Shades of Como #457D57
Tints of Como #457D57
RGB
CMYK
RGB Variations
Color information
#457D57 (or 0x457D57) is known color: Como. HEX triplet: 45, 7D and 57. RGB value is (69,125,87). Sum of RGB (Red+Green+Blue) = 69+125+87=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #457D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D57 is #BA82A8. Grayscale: #686868. Windows color (decimal): -12223145 or 5733701. OLE color: 5733701.
HSL color Cylindrical-coordinate representation of color #457D57: hue angle of 139.29º 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 #457D57 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 87 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.51 |
| HSL | 139.29º | 0.29% | 0.38% | - |
| HSV(B) | 139.29º | 0.45% | 0.49% | - |
| XYZ | 11.51 | 16.62 | 11.62 | - |
| YUV | 103.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 87 | 0.45 | 0 | 0.30 | 0.51 | 139.29 | 0.29 | 0.38 |
| Hex | 45 | 7D | 57 | 2D | 0 | 1E | 33 | 8B | 1D | 26 |
| Octal | 105 | 175 | 127 | 55 | 0 | 36 | 63 | 213 | 35 | 46 |
| Binary | 1000101 | 1111101 | 1010111 | 101101 | 0 | 11110 | 110011 | 10001011 | 11101 | 100110 |
Color Harmonies of #457D57
Complementary color
Monochromatic Colors of #457D57
Black with #457D57
Text Example
Text Example
White with #457D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D57; }
p { color: rgb(69,125,87); }
H1.HeaderClassName
{
color: #457D57;
}
.AnyTagClassName
{
color: #457D57;
}
</style>
background-color css
<style>
a { background-color: #457D57; }
a { background-color: rgb(69,125,87); }
div.DivClassName
{
background-color: #457D57;
}
.BgClassName
{
background-color: #457D57;
}
</style>
border-color css
<style>
span { border-color: #457D57; }
span { border-color: rgb(69,125,87); }
td.TdClassName
{
border-color: #457D57;
}
.TagClassName
{
border-color: #457D57;
}
</style>