Html Css Color HEX #157453 Salem

📋 copy color: '#157453'

red 21 ◦ green 116 ◦ blue 83

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

Shades of Salem #157453

Tints of Salem #157453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

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

R = 9.55%
G = 52.73%
B = 37.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#157453 (or 0x157453) is known color: Salem. HEX triplet: 15, 74 and 53. RGB value is (21,116,83). Sum of RGB (Red+Green+Blue) = 21+116+83=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #157453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157453 is #EA8BAC. Grayscale: #535353. Windows color (decimal): -15371181 or 5469205. OLE color: 5469205.

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

Color convert

RGB 21 116 83 -
CMYK 0.82 0 0.28 0.55
HSL 159.16º 0.69% 0.27% -
HSV(B) 159.16º 0.82% 0.45% -
XYZ 8.12 13.27 10.32 -
YUV 83.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 21 116 83 0.82 0 0.28 0.55 159.16 0.69 0.27
Hex 15 74 53 52 0 1C 37 9F 45 1B
Octal 25 164 123 122 0 34 67 237 105 33
Binary 10101 1110100 1010011 1010010 0 11100 110111 10011111 1000101 11011

Color Harmonies of #157453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157453

Black with #157453

Text Example


Text Example

White with #157453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157453; }

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

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

background-color css

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

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

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

border-color css

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

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

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