#057D4C

Color #057D4C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #057D4C

Tints of Salem #057D4C

Color information

#057D4C (or 0x057D4C) is unknown color: approx Salem. HEX triplet: 05, 7D and 4C. RGB value is (5,125,76). Sum of RGB (Red+Green+Blue) = 5+125+76=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #057D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D4C is #FA82B3. Grayscale: #535353. Windows color (decimal): -16417460 or 5012741. OLE color: 5012741.

HSL color Cylindrical-coordinate representation of color #057D4C: hue angle of 155.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D4C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB512576-
CMYK0.9600.390.51
HSL155.5º92.31%25.49%-
HSV(B)155.5º96%49.02%-
XYZ8.715.229.32-
YUV83.53123.7471.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 125 (49.22% from 255) = 60.68%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=2.43%
G=60.68%
B=36.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125760.9600.390.51155.592.3125.49
Hex57D4C60027339c5c19
Octal51751141400476323413431
Binary101111110110011001100000010011111001110011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057D4C; }

 p { color: rgb(5,125,76); }

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

<style>
 a { background-color: #057D4C; }

 a { background-color: rgb(5,125,76); }

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

<style>
 span { border-color: #057D4C; }

 span { border-color: rgb(5,125,76); }

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