Shades of Como #457C58
Tints of Como #457C58
RGB
CMYK
RGB Variations
Color information
#457C58 (or 0x457C58) is known color: Como. HEX triplet: 45, 7C and 58. RGB value is (69,124,88). Sum of RGB (Red+Green+Blue) = 69+124+88=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #457C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C58 is #BA83A7. Grayscale: #676767. Windows color (decimal): -12223400 or 5798981. OLE color: 5798981.
HSL color Cylindrical-coordinate representation of color #457C58: hue angle of 140.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C58 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 88 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.51 |
| HSL | 140.73º | 0.28% | 0.38% | - |
| HSV(B) | 140.73º | 0.44% | 0.49% | - |
| XYZ | 11.42 | 16.39 | 11.79 | - |
| YUV | 103.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 88 | 0.44 | 0 | 0.29 | 0.51 | 140.73 | 0.28 | 0.38 |
| Hex | 45 | 7C | 58 | 2C | 0 | 1D | 33 | 8D | 1C | 26 |
| Octal | 105 | 174 | 130 | 54 | 0 | 35 | 63 | 215 | 34 | 46 |
| Binary | 1000101 | 1111100 | 1011000 | 101100 | 0 | 11101 | 110011 | 10001101 | 11100 | 100110 |
Color Harmonies of #457C58
Complementary color
Monochromatic Colors of #457C58
Black with #457C58
Text Example
Text Example
White with #457C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C58; }
p { color: rgb(69,124,88); }
H1.HeaderClassName
{
color: #457C58;
}
.AnyTagClassName
{
color: #457C58;
}
</style>
background-color css
<style>
a { background-color: #457C58; }
a { background-color: rgb(69,124,88); }
div.DivClassName
{
background-color: #457C58;
}
.BgClassName
{
background-color: #457C58;
}
</style>
border-color css
<style>
span { border-color: #457C58; }
span { border-color: rgb(69,124,88); }
td.TdClassName
{
border-color: #457C58;
}
.TagClassName
{
border-color: #457C58;
}
</style>