Html Css Color HEX #157253 Salem

📋 copy color: '#157253'

red 21 ◦ green 114 ◦ blue 83

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

Shades of Salem #157253

Tints of Salem #157253

RGB

 RED value IS 21 (8.59% from 255) = 9.63%

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 9.63%
G = 52.29%
B = 38.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#157253 (or 0x157253) is known color: Salem. HEX triplet: 15, 72 and 53. RGB value is (21,114,83). Sum of RGB (Red+Green+Blue) = 21+114+83=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #157253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157253 is #EA8DAC. Grayscale: #525252. Windows color (decimal): -15371693 or 5468693. OLE color: 5468693.

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

Color convert

RGB 21 114 83 -
CMYK 0.82 0 0.27 0.55
HSL 160º 0.69% 0.26% -
HSV(B) 160º 0.82% 0.45% -
XYZ 7.89 12.82 10.24 -
YUV 82.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 21 114 83 0.82 0 0.27 0.55 160 0.69 0.26
Hex 15 72 53 52 0 1B 37 A0 45 1A
Octal 25 162 123 122 0 33 67 240 105 32
Binary 10101 1110010 1010011 1010010 0 11011 110111 10100000 1000101 11010

Color Harmonies of #157253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157253

Black with #157253

Text Example


Text Example

White with #157253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157253; }

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

 H1.HeaderClassName
 {
   color: #157253;
 }
 .AnyTagClassName
 {
   color: #157253;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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