#157857

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

Shades of Salem #157857

Tints of Salem #157857

Color information

#157857 (or 0x157857) is unknown color: approx Salem. HEX triplet: 15, 78 and 57. RGB value is (21,120,87). Sum of RGB (Red+Green+Blue) = 21+120+87=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #157857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157857 is #EA87A8. Grayscale: #565656. Windows color (decimal): -15370153 or 5732373. OLE color: 5732373.

HSL color Cylindrical-coordinate representation of color #157857: hue angle of 160º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157857 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB2112087-
CMYK0.8300.280.53
HSL160º70.21%27.65%-
HSV(B)160º82.5%47.06%-
XYZ8.7514.2811.31-
YUV86.64128.281.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=9.21%
G=52.63%
B=38.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120870.8300.280.5316070.2127.65
Hex1578575301C35a0461c
Octal251701271230346524010634
Binary1010111110001010111101001101110011010110100000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157857; }

 p { color: rgb(21,120,87); }

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

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

 a { background-color: rgb(21,120,87); }

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

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

 span { border-color: rgb(21,120,87); }

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