Html Css Color HEX #058251 Salem

📋 copy color: '#058251'

red 5 ◦ green 130 ◦ blue 81

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

Shades of Salem #058251

Tints of Salem #058251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 2.31%
G = 60.19%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#058251 (or 0x058251) is known color: Salem. HEX triplet: 05, 82 and 51. RGB value is (5,130,81). Sum of RGB (Red+Green+Blue) = 5+130+81=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #058251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058251 is #FA7DAE. Grayscale: #575757. Windows color (decimal): -16416175 or 5341701. OLE color: 5341701.

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

Color convert

RGB 5 130 81 -
CMYK 0.96 0 0.38 0.49
HSL 156.48º 0.93% 0.26% -
HSV(B) 156.48º 0.96% 0.51% -
XYZ 9.53 16.59 10.48 -
YUV 87.04 124.59 69.48 -
System Red Green Blue C M Y K H S L
Decimal 5 130 81 0.96 0 0.38 0.49 156.48 0.93 0.26
Hex 5 82 51 60 0 26 31 9C 5D 1A
Octal 5 202 121 140 0 46 61 234 135 32
Binary 101 10000010 1010001 1100000 0 100110 110001 10011100 1011101 11010

Color Harmonies of #058251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058251

Black with #058251

Text Example


Text Example

White with #058251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058251; }

 p { color: rgb(5,130,81); }

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

background-color css

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

 a { background-color: rgb(5,130,81); }

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

border-color css

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

 span { border-color: rgb(5,130,81); }

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