#257657

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

Shades of Salem #257657

Tints of Salem #257657

Color information

#257657 (or 0x257657) is unknown color: approx Salem. HEX triplet: 25, 76 and 57. RGB value is (37,118,87). Sum of RGB (Red+Green+Blue) = 37+118+87=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #257657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257657 is #DA89A8. Grayscale: #5A5A5A. Windows color (decimal): -14322089 or 5731877. OLE color: 5731877.

HSL color Cylindrical-coordinate representation of color #257657: hue angle of 157.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257657 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB3711887-
CMYK0.6900.260.54
HSL157.04º52.26%30.39%-
HSV(B)157.04º68.64%46.27%-
XYZ8.9614.0411.25-
YUV90.25126.1690.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=15.29%
G=48.76%
B=35.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118870.6900.260.54157.0452.2630.39
Hex2576574501A369d341e
Octal45166127105032662356436
Binary1001011110110101011110001010110101101101001110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257657; }

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

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

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

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

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

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

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

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