Shades of Como #456F57
Tints of Como #456F57
RGB
CMYK
RGB Variations
Color information
#456F57 (or 0x456F57) is known color: Como. HEX triplet: 45, 6F and 57. RGB value is (69,111,87). Sum of RGB (Red+Green+Blue) = 69+111+87=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #456F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F57 is #BA90A8. Grayscale: #5F5F5F. Windows color (decimal): -12226729 or 5730117. OLE color: 5730117.
HSL color Cylindrical-coordinate representation of color #456F57: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456F57 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 87 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.56 |
| HSL | 145.71º | 0.23% | 0.35% | - |
| HSV(B) | 145.71º | 0.38% | 0.44% | - |
| XYZ | 9.86 | 13.32 | 11.07 | - |
| YUV | 95.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 87 | 0.38 | 0 | 0.22 | 0.56 | 145.71 | 0.23 | 0.35 |
| Hex | 45 | 6F | 57 | 26 | 0 | 16 | 38 | 92 | 17 | 23 |
| Octal | 105 | 157 | 127 | 46 | 0 | 26 | 70 | 222 | 27 | 43 |
| Binary | 1000101 | 1101111 | 1010111 | 100110 | 0 | 10110 | 111000 | 10010010 | 10111 | 100011 |
Color Harmonies of #456F57
Complementary color
Monochromatic Colors of #456F57
Black with #456F57
Text Example
Text Example
White with #456F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F57; }
p { color: rgb(69,111,87); }
H1.HeaderClassName
{
color: #456F57;
}
.AnyTagClassName
{
color: #456F57;
}
</style>
background-color css
<style>
a { background-color: #456F57; }
a { background-color: rgb(69,111,87); }
div.DivClassName
{
background-color: #456F57;
}
.BgClassName
{
background-color: #456F57;
}
</style>
border-color css
<style>
span { border-color: #456F57; }
span { border-color: rgb(69,111,87); }
td.TdClassName
{
border-color: #456F57;
}
.TagClassName
{
border-color: #456F57;
}
</style>