Html Css Color HEX #058353 Salem

📋 copy color: '#058353'

red 5 ◦ green 131 ◦ blue 83

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

Shades of Salem #058353

Tints of Salem #058353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 2.28%
G = 59.82%
B = 37.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#058353 (or 0x058353) is known color: Salem. HEX triplet: 05, 83 and 53. RGB value is (5,131,83). Sum of RGB (Red+Green+Blue) = 5+131+83=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #058353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058353 is #FA7CAC. Grayscale: #575757. Windows color (decimal): -16415917 or 5473029. OLE color: 5473029.

HSL color Cylindrical-coordinate representation of color #058353: hue angle of 157.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058353 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 131 83 -
CMYK 0.96 0 0.37 0.49
HSL 157.14º 0.93% 0.27% -
HSV(B) 157.14º 0.96% 0.51% -
XYZ 9.74 16.89 10.93 -
YUV 87.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 5 131 83 0.96 0 0.37 0.49 157.14 0.93 0.27
Hex 5 83 53 60 0 25 31 9D 5D 1B
Octal 5 203 123 140 0 45 61 235 135 33
Binary 101 10000011 1010011 1100000 0 100101 110001 10011101 1011101 11011

Color Harmonies of #058353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058353

Black with #058353

Text Example


Text Example

White with #058353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058353; }

 p { color: rgb(5,131,83); }

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

background-color css

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

 a { background-color: rgb(5,131,83); }

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

border-color css

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

 span { border-color: rgb(5,131,83); }

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