Shades of Como #457F5C
Tints of Como #457F5C
RGB
CMYK
RGB Variations
Color information
#457F5C (or 0x457F5C) is known color: Como. HEX triplet: 45, 7F and 5C. RGB value is (69,127,92). Sum of RGB (Red+Green+Blue) = 69+127+92=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #457F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F5C is #BA80A3. Grayscale: #696969. Windows color (decimal): -12222628 or 6061893. OLE color: 6061893.
HSL color Cylindrical-coordinate representation of color #457F5C: hue angle of 143.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F5C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 92 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.50 |
| HSL | 143.79º | 0.3% | 0.38% | - |
| HSV(B) | 143.79º | 0.46% | 0.5% | - |
| XYZ | 11.98 | 17.22 | 12.82 | - |
| YUV | 105.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 92 | 0.46 | 0 | 0.28 | 0.50 | 143.79 | 0.3 | 0.38 |
| Hex | 45 | 7F | 5C | 2E | 0 | 1C | 32 | 90 | 1E | 26 |
| Octal | 105 | 177 | 134 | 56 | 0 | 34 | 62 | 220 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1011100 | 101110 | 0 | 11100 | 110010 | 10010000 | 11110 | 100110 |
Color Harmonies of #457F5C
Complementary color
Monochromatic Colors of #457F5C
Black with #457F5C
Text Example
Text Example
White with #457F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F5C; }
p { color: rgb(69,127,92); }
H1.HeaderClassName
{
color: #457F5C;
}
.AnyTagClassName
{
color: #457F5C;
}
</style>
background-color css
<style>
a { background-color: #457F5C; }
a { background-color: rgb(69,127,92); }
div.DivClassName
{
background-color: #457F5C;
}
.BgClassName
{
background-color: #457F5C;
}
</style>
border-color css
<style>
span { border-color: #457F5C; }
span { border-color: rgb(69,127,92); }
td.TdClassName
{
border-color: #457F5C;
}
.TagClassName
{
border-color: #457F5C;
}
</style>