#257557

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

Shades of Salem #257557

Tints of Salem #257557

Color information

#257557 (or 0x257557) is unknown color: approx Salem. HEX triplet: 25, 75 and 57. RGB value is (37,117,87). Sum of RGB (Red+Green+Blue) = 37+117+87=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #257557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257557 is #DA8AA8. Grayscale: #595959. Windows color (decimal): -14322345 or 5731621. OLE color: 5731621.

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

Color convert

RGB3711787-
CMYK0.6800.260.54
HSL157.5º51.95%30.2%-
HSV(B)157.5º68.38%45.88%-
XYZ8.8413.811.22-
YUV89.66126.590.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=15.35%
G=48.55%
B=36.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117870.6800.260.54157.551.9530.2
Hex2575574401A369e341e
Octal45165127104032662366436
Binary1001011110101101011110001000110101101101001111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257557; }

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

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

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

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

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

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

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

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