#057D4B

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

Shades of Salem #057D4B

Tints of Salem #057D4B

Color information

#057D4B (or 0x057D4B) is unknown color: approx Salem. HEX triplet: 05, 7D and 4B. RGB value is (5,125,75). Sum of RGB (Red+Green+Blue) = 5+125+75=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #057D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D4B is #FA82B4. Grayscale: #535353. Windows color (decimal): -16417461 or 4947205. OLE color: 4947205.

HSL color Cylindrical-coordinate representation of color #057D4B: hue angle of 155º 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 #057D4B is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB512575-
CMYK0.9600.400.51
HSL155º92.31%25.49%-
HSV(B)155º96%49.02%-
XYZ8.6715.219.14-
YUV83.42123.2472.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 125 (49.22% from 255) = 60.98%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=2.44%
G=60.98%
B=36.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125750.9600.400.5115592.3125.49
Hex57D4B60028339b5c19
Octal51751131400506323313431
Binary101111110110010111100000010100011001110011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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