Html Css Color HEX #058C50 Salem

📋 copy color: '#058C50'

red 5 ◦ green 140 ◦ blue 80

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

Shades of Salem #058C50

Tints of Salem #058C50

RGB

 RED value IS 5 (2.34% from 255) = 2.22%

 GREEN value IS 140 (55.08% from 255) = 62.22%

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 2.22%
G = 62.22%
B = 35.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#058C50 (or 0x058C50) is known color: Salem. HEX triplet: 05, 8C and 50. RGB value is (5,140,80). Sum of RGB (Red+Green+Blue) = 5+140+80=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #058C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C50 is #FA73AF. Grayscale: #5C5C5C. Windows color (decimal): -16413616 or 5278725. OLE color: 5278725.

HSL color Cylindrical-coordinate representation of color #058C50: hue angle of 153.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C50 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 80 -
CMYK 0.96 0 0.43 0.45
HSL 153.33º 0.93% 0.28% -
HSV(B) 153.33º 0.96% 0.55% -
XYZ 10.89 19.37 10.75 -
YUV 92.8 120.77 65.38 -
System Red Green Blue C M Y K H S L
Decimal 5 140 80 0.96 0 0.43 0.45 153.33 0.93 0.28
Hex 5 8C 50 60 0 2B 2D 99 5D 1C
Octal 5 214 120 140 0 53 55 231 135 34
Binary 101 10001100 1010000 1100000 0 101011 101101 10011001 1011101 11100

Color Harmonies of #058C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C50

Black with #058C50

Text Example


Text Example

White with #058C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C50; }

 p { color: rgb(5,140,80); }

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

background-color css

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

 a { background-color: rgb(5,140,80); }

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

border-color css

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

 span { border-color: rgb(5,140,80); }

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