Html Css Color HEX #157753 Salem

📋 copy color: '#157753'

red 21 ◦ green 119 ◦ blue 83

#157753
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #157753

Tints of Salem #157753

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 value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#157753 (or 0x157753) is known color: 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

RGB 21 119 83 -
CMYK 0.82 0 0.30 0.53
HSL 157.96º 0.7% 0.27% -
HSV(B) 157.96º 0.82% 0.47% -
XYZ 8.47 13.98 10.44 -
YUV 85.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 21 119 83 0.82 0 0.30 0.53 157.96 0.7 0.27
Hex 15 77 53 52 0 1E 35 9E 46 1B
Octal 25 167 123 122 0 36 65 236 106 33
Binary 10101 1110111 1010011 1010010 0 11110 110101 10011110 1000110 11011

Color Harmonies of #157753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157753

Black with #157753

Text Example


Text Example

White with #157753

Text Example


Text Example

HTML Codes & Css Web 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>