Html Css Color HEX #158558 Salem

📋 copy color: '#158558'

red 21 ◦ green 133 ◦ blue 88

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

Shades of Salem #158558

Tints of Salem #158558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.96%

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 8.68%
G = 54.96%
B = 36.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#158558 (or 0x158558) is known color: Salem. HEX triplet: 15, 85 and 58. RGB value is (21,133,88). Sum of RGB (Red+Green+Blue) = 21+133+88=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #158558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158558 is #EA7AA7. Grayscale: #5E5E5E. Windows color (decimal): -15366824 or 5801237. OLE color: 5801237.

HSL color Cylindrical-coordinate representation of color #158558: hue angle of 155.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158558 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 88 -
CMYK 0.84 0 0.34 0.48
HSL 155.89º 0.73% 0.3% -
HSV(B) 155.89º 0.84% 0.52% -
XYZ 10.46 17.64 12.09 -
YUV 94.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 21 133 88 0.84 0 0.34 0.48 155.89 0.73 0.3
Hex 15 85 58 54 0 22 30 9C 49 1E
Octal 25 205 130 124 0 42 60 234 111 36
Binary 10101 10000101 1011000 1010100 0 100010 110000 10011100 1001001 11110

Color Harmonies of #158558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158558

Black with #158558

Text Example


Text Example

White with #158558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158558; }

 p { color: rgb(21,133,88); }

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

background-color css

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

 a { background-color: rgb(21,133,88); }

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

border-color css

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

 span { border-color: rgb(21,133,88); }

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