Shades of Como #457B54
Tints of Como #457B54
RGB
CMYK
RGB Variations
Color information
#457B54 (or 0x457B54) is known color: Como. HEX triplet: 45, 7B and 54. RGB value is (69,123,84). Sum of RGB (Red+Green+Blue) = 69+123+84=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #457B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B54 is #BA84AB. Grayscale: #666666. Windows color (decimal): -12223660 or 5536581. OLE color: 5536581.
HSL color Cylindrical-coordinate representation of color #457B54: hue angle of 136.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B54 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 84 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.52 |
| HSL | 136.67º | 0.28% | 0.38% | - |
| HSV(B) | 136.67º | 0.44% | 0.48% | - |
| XYZ | 11.14 | 16.07 | 10.9 | - |
| YUV | 102.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 84 | 0.44 | 0 | 0.32 | 0.52 | 136.67 | 0.28 | 0.38 |
| Hex | 45 | 7B | 54 | 2C | 0 | 20 | 34 | 89 | 1C | 26 |
| Octal | 105 | 173 | 124 | 54 | 0 | 40 | 64 | 211 | 34 | 46 |
| Binary | 1000101 | 1111011 | 1010100 | 101100 | 0 | 100000 | 110100 | 10001001 | 11100 | 100110 |
Color Harmonies of #457B54
Complementary color
Monochromatic Colors of #457B54
Black with #457B54
Text Example
Text Example
White with #457B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B54; }
p { color: rgb(69,123,84); }
H1.HeaderClassName
{
color: #457B54;
}
.AnyTagClassName
{
color: #457B54;
}
</style>
background-color css
<style>
a { background-color: #457B54; }
a { background-color: rgb(69,123,84); }
div.DivClassName
{
background-color: #457B54;
}
.BgClassName
{
background-color: #457B54;
}
</style>
border-color css
<style>
span { border-color: #457B54; }
span { border-color: rgb(69,123,84); }
td.TdClassName
{
border-color: #457B54;
}
.TagClassName
{
border-color: #457B54;
}
</style>