#257E57

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

Shades of Salem #257E57

Tints of Salem #257E57

Color information

#257E57 (or 0x257E57) is unknown color: approx Salem. HEX triplet: 25, 7E and 57. RGB value is (37,126,87). Sum of RGB (Red+Green+Blue) = 37+126+87=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #257E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E57 is #DA81A8. Grayscale: #5F5F5F. Windows color (decimal): -14320041 or 5733925. OLE color: 5733925.

HSL color Cylindrical-coordinate representation of color #257E57: hue angle of 153.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E57 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB3712687-
CMYK0.7100.310.51
HSL153.71º54.6%31.96%-
HSV(B)153.71º70.63%49.41%-
XYZ9.941611.58-
YUV94.94123.5186.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 126 (49.61% from 255) = 50.4%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=14.8%
G=50.4%
B=34.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126870.7100.310.51153.7154.631.96
Hex257E574701F339a3720
Octal45176127107037632326740
Binary10010111111101010111100011101111111001110011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257E57; }

 p { color: rgb(37,126,87); }

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

<style>
 a { background-color: #257E57; }

 a { background-color: rgb(37,126,87); }

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

<style>
 span { border-color: #257E57; }

 span { border-color: rgb(37,126,87); }

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