Html Css Color HEX #158253 Salem

📋 copy color: '#158253'

red 21 ◦ green 130 ◦ blue 83

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

Shades of Salem #158253

Tints of Salem #158253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

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

R = 8.97%
G = 55.56%
B = 35.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#158253 (or 0x158253) is known color: Salem. HEX triplet: 15, 82 and 53. RGB value is (21,130,83). Sum of RGB (Red+Green+Blue) = 21+130+83=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #158253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158253 is #EA7DAC. Grayscale: #5C5C5C. Windows color (decimal): -15367597 or 5472789. OLE color: 5472789.

HSL color Cylindrical-coordinate representation of color #158253: hue angle of 154.13º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158253 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 130 83 -
CMYK 0.84 0 0.36 0.49
HSL 154.13º 0.72% 0.3% -
HSV(B) 154.13º 0.84% 0.51% -
XYZ 9.85 16.75 10.9 -
YUV 92.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 21 130 83 0.84 0 0.36 0.49 154.13 0.72 0.3
Hex 15 82 53 54 0 24 31 9A 48 1E
Octal 25 202 123 124 0 44 61 232 110 36
Binary 10101 10000010 1010011 1010100 0 100100 110001 10011010 1001000 11110

Color Harmonies of #158253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158253

Black with #158253

Text Example


Text Example

White with #158253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158253; }

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

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

background-color css

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

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

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

border-color css

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

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

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