Shades of Como #456C55
Tints of Como #456C55
RGB
CMYK
RGB Variations
Color information
#456C55 (or 0x456C55) is known color: Como. HEX triplet: 45, 6C and 55. RGB value is (69,108,85). Sum of RGB (Red+Green+Blue) = 69+108+85=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #456C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C55 is #BA93AA. Grayscale: #5D5D5D. Windows color (decimal): -12227499 or 5598277. OLE color: 5598277.
HSL color Cylindrical-coordinate representation of color #456C55: hue angle of 144.62º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C55 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 85 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.58 |
| HSL | 144.62º | 0.22% | 0.35% | - |
| HSV(B) | 144.62º | 0.36% | 0.42% | - |
| XYZ | 9.46 | 12.65 | 10.54 | - |
| YUV | 93.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 85 | 0.36 | 0 | 0.21 | 0.58 | 144.62 | 0.22 | 0.35 |
| Hex | 45 | 6C | 55 | 24 | 0 | 15 | 3A | 91 | 16 | 23 |
| Octal | 105 | 154 | 125 | 44 | 0 | 25 | 72 | 221 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1010101 | 100100 | 0 | 10101 | 111010 | 10010001 | 10110 | 100011 |
Color Harmonies of #456C55
Complementary color
Monochromatic Colors of #456C55
Black with #456C55
Text Example
Text Example
White with #456C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C55; }
p { color: rgb(69,108,85); }
H1.HeaderClassName
{
color: #456C55;
}
.AnyTagClassName
{
color: #456C55;
}
</style>
background-color css
<style>
a { background-color: #456C55; }
a { background-color: rgb(69,108,85); }
div.DivClassName
{
background-color: #456C55;
}
.BgClassName
{
background-color: #456C55;
}
</style>
border-color css
<style>
span { border-color: #456C55; }
span { border-color: rgb(69,108,85); }
td.TdClassName
{
border-color: #456C55;
}
.TagClassName
{
border-color: #456C55;
}
</style>