#257355

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

Shades of Salem #257355

Tints of Salem #257355

Color information

#257355 (or 0x257355) is unknown color: approx Salem. HEX triplet: 25, 73 and 55. RGB value is (37,115,85). Sum of RGB (Red+Green+Blue) = 37+115+85=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #257355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257355 is #DA8CAA. Grayscale: #585858. Windows color (decimal): -14322859 or 5600037. OLE color: 5600037.

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

Color convert

RGB3711585-
CMYK0.6800.260.55
HSL156.92º51.32%29.8%-
HSV(B)156.92º67.83%45.1%-
XYZ8.5313.3110.71-
YUV88.26126.1691.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=15.61%
G=48.52%
B=35.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115850.6800.260.55156.9251.3229.8
Hex2573554401A379d331e
Octal45163125104032672356336
Binary1001011110011101010110001000110101101111001110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257355; }

 p { color: rgb(37,115,85); }

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

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

 a { background-color: rgb(37,115,85); }

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

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

 span { border-color: rgb(37,115,85); }

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