#257559

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

Shades of Salem #257559

Tints of Salem #257559

Color information

#257559 (or 0x257559) is unknown color: approx Salem. HEX triplet: 25, 75 and 59. RGB value is (37,117,89). Sum of RGB (Red+Green+Blue) = 37+117+89=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #257559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257559 is #DA8AA6. Grayscale: #595959. Windows color (decimal): -14322343 or 5862693. OLE color: 5862693.

HSL color Cylindrical-coordinate representation of color #257559: hue angle of 159º 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 #257559 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB3711789-
CMYK0.6800.240.54
HSL159º51.95%30.2%-
HSV(B)159º68.38%45.88%-
XYZ8.9313.8411.65-
YUV89.89127.590.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=15.23%
G=48.15%
B=36.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117890.6800.240.5415951.9530.2
Hex25755944018369f341e
Octal45165131104030662376436
Binary1001011110101101100110001000110001101101001111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257559; }

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

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

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

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

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

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

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

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