#457C5A

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

Shades of Como #457C5A

Tints of Como #457C5A

Color information

#457C5A (or 0x457C5A) is unknown color: approx Como. HEX triplet: 45, 7C and 5A. RGB value is (69,124,90). Sum of RGB (Red+Green+Blue) = 69+124+90=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #457C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C5A is #BA83A5. Grayscale: #676767. Windows color (decimal): -12223398 or 5930053. OLE color: 5930053.

HSL color Cylindrical-coordinate representation of color #457C5A: hue angle of 142.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C5A is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB6912490-
CMYK0.4400.270.51
HSL142.91º28.5%37.84%-
HSV(B)142.91º44.35%48.63%-
XYZ11.5116.4212.24-
YUV103.68120.28103.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=24.38%
G=43.82%
B=31.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69124900.4400.270.51142.9128.537.84
Hex457C5A2C01B338f1c26
Octal10517413254033632173446
Binary1000101111110010110101011000110111100111000111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,90); }

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

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

 a { background-color: rgb(69,124,90); }

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

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

 span { border-color: rgb(69,124,90); }

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