#157753

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

Shades of Salem #157753

Tints of Salem #157753

Color information

#157753 (or 0x157753) is unknown color: approx Salem. HEX triplet: 15, 77 and 53. RGB value is (21,119,83). Sum of RGB (Red+Green+Blue) = 21+119+83=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #157753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157753 is #EA88AC. Grayscale: #555555. Windows color (decimal): -15370413 or 5469973. OLE color: 5469973.

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

Color convert

RGB2111983-
CMYK0.8200.300.53
HSL157.96º70%27.45%-
HSV(B)157.96º82.35%46.67%-
XYZ8.4713.9810.44-
YUV85.59126.5381.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=9.42%
G=53.36%
B=37.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119830.8200.300.53157.967027.45
Hex1577535201E359e461b
Octal251671231220366523610633
Binary1010111101111010011101001001111011010110011110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157753; }

 p { color: rgb(21,119,83); }

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

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

 a { background-color: rgb(21,119,83); }

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

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

 span { border-color: rgb(21,119,83); }

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