Html Css Color HEX #058B50 Salem

📋 copy color: '#058B50'

red 5 ◦ green 139 ◦ blue 80

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

Shades of Salem #058B50

Tints of Salem #058B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 62.05%

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

R = 2.23%
G = 62.05%
B = 35.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#058B50 (or 0x058B50) is known color: Salem. HEX triplet: 05, 8B and 50. RGB value is (5,139,80). Sum of RGB (Red+Green+Blue) = 5+139+80=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #058B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B50 is #FA74AF. Grayscale: #5C5C5C. Windows color (decimal): -16413872 or 5278469. OLE color: 5278469.

HSL color Cylindrical-coordinate representation of color #058B50: hue angle of 153.58º 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 #058B50 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 139 80 -
CMYK 0.96 0 0.42 0.45
HSL 153.58º 0.93% 0.28% -
HSV(B) 153.58º 0.96% 0.55% -
XYZ 10.74 19.08 10.71 -
YUV 92.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 5 139 80 0.96 0 0.42 0.45 153.58 0.93 0.28
Hex 5 8B 50 60 0 2A 2D 9A 5D 1C
Octal 5 213 120 140 0 52 55 232 135 34
Binary 101 10001011 1010000 1100000 0 101010 101101 10011010 1011101 11100

Color Harmonies of #058B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B50

Black with #058B50

Text Example


Text Example

White with #058B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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