#457F59

Color #457F59 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #457F59

Tints of Como #457F59

Color information

#457F59 (or 0x457F59) is unknown color: approx Como. HEX triplet: 45, 7F and 59. RGB value is (69,127,89). Sum of RGB (Red+Green+Blue) = 69+127+89=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #457F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F59 is #BA80A6. Grayscale: #696969. Windows color (decimal): -12222631 or 5865285. OLE color: 5865285.

HSL color Cylindrical-coordinate representation of color #457F59: hue angle of 140.69º 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 #457F59 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB6912789-
CMYK0.4600.300.50
HSL140.69º29.59%38.43%-
HSV(B)140.69º45.67%49.8%-
XYZ11.8517.1712.14-
YUV105.33118.78102.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=24.21%
G=44.56%
B=31.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69127890.4600.300.50140.6929.5938.43
Hex457F592E01E328d1e26
Octal10517713156036622153646
Binary1000101111111110110011011100111101100101000110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457F59; }

 p { color: rgb(69,127,89); }

 H1.HeaderClassName
 {
   color: #457F59;
 }
 .AnyTagClassName
 {
   color: #457F59;
 }
</style>
background-color css

<style>
 a { background-color: #457F59; }

 a { background-color: rgb(69,127,89); }

 div.DivClassName
 {
   background-color: #457F59;
 }
 .BgClassName
 {
   background-color: #457F59;
 }
</style>
border-color css

<style>
 span { border-color: #457F59; }

 span { border-color: rgb(69,127,89); }

 td.TdClassName
 {
   border-color: #457F59;
 }
 .TagClassName
 {
   border-color: #457F59;
 }
</style>