Html Css Color HEX #58957D Patina

📋 copy color: '#58957D'

red 88 ◦ green 149 ◦ blue 125

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

Shades of Patina #58957D

Tints of Patina #58957D

RGB

 RED value IS 88 (34.77% from 255) = 24.31%

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 24.31%
G = 41.16%
B = 34.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#58957D (or 0x58957D) is known color: Patina. HEX triplet: 58, 95 and 7D. RGB value is (88,149,125). Sum of RGB (Red+Green+Blue) = 88+149+125=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #58957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58957D is #A76A82. Grayscale: #808080. Windows color (decimal): -10971779 or 8230232. OLE color: 8230232.

HSL color Cylindrical-coordinate representation of color #58957D: hue angle of 156.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58957D is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 149 125 -
CMYK 0.41 0 0.16 0.42
HSL 156.39º 0.26% 0.46% -
HSV(B) 156.39º 0.41% 0.58% -
XYZ 18.47 25.05 23.26 -
YUV 128.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 88 149 125 0.41 0 0.16 0.42 156.39 0.26 0.46
Hex 58 95 7D 29 0 10 2A 9C 1A 2E
Octal 130 225 175 51 0 20 52 234 32 56
Binary 1011000 10010101 1111101 101001 0 10000 101010 10011100 11010 101110

Color Harmonies of #58957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58957D

Black with #58957D

Text Example


Text Example

White with #58957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58957D; }

 p { color: rgb(88,149,125); }

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

background-color css

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

 a { background-color: rgb(88,149,125); }

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

border-color css

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

 span { border-color: rgb(88,149,125); }

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