Shades of Como #456E58
Tints of Como #456E58
RGB
CMYK
RGB Variations
Color information
#456E58 (or 0x456E58) is known color: Como. HEX triplet: 45, 6E and 58. RGB value is (69,110,88). Sum of RGB (Red+Green+Blue) = 69+110+88=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #456E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E58 is #BA91A7. Grayscale: #5F5F5F. Windows color (decimal): -12226984 or 5795397. OLE color: 5795397.
HSL color Cylindrical-coordinate representation of color #456E58: hue angle of 147.8º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456E58 is Cyan = 0.37, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 110 | 88 | - |
| CMYK | 0.37 | 0 | 0.2 | 0.57 |
| HSL | 147.8º | 0.23% | 0.35% | - |
| HSV(B) | 147.8º | 0.37% | 0.43% | - |
| XYZ | 9.79 | 13.12 | 11.25 | - |
| YUV | 95.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 88 | 0.37 | 0 | 0.2 | 0.57 | 147.8 | 0.23 | 0.35 |
| Hex | 45 | 6E | 58 | 25 | 0 | 14 | 39 | 94 | 17 | 23 |
| Octal | 105 | 156 | 130 | 45 | 0 | 24 | 71 | 224 | 27 | 43 |
| Binary | 1000101 | 1101110 | 1011000 | 100101 | 0 | 10100 | 111001 | 10010100 | 10111 | 100011 |
Color Harmonies of #456E58
Complementary color
Monochromatic Colors of #456E58
Black with #456E58
Text Example
Text Example
White with #456E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E58; }
p { color: rgb(69,110,88); }
H1.HeaderClassName
{
color: #456E58;
}
.AnyTagClassName
{
color: #456E58;
}
</style>
background-color css
<style>
a { background-color: #456E58; }
a { background-color: rgb(69,110,88); }
div.DivClassName
{
background-color: #456E58;
}
.BgClassName
{
background-color: #456E58;
}
</style>
border-color css
<style>
span { border-color: #456E58; }
span { border-color: rgb(69,110,88); }
td.TdClassName
{
border-color: #456E58;
}
.TagClassName
{
border-color: #456E58;
}
</style>