Html Css Color HEX #58A586 Patina

📋 copy color: '#58A586'

red 88 ◦ green 165 ◦ blue 134

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

Shades of Patina #58A586

Tints of Patina #58A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 22.74%
G = 42.64%
B = 34.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#58A586 (or 0x58A586) is known color: Patina. HEX triplet: 58, A5 and 86. RGB value is (88,165,134). Sum of RGB (Red+Green+Blue) = 88+165+134=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #58A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A586 is #A75A79. Grayscale: #8A8A8A. Windows color (decimal): -10967674 or 8824152. OLE color: 8824152.

HSL color Cylindrical-coordinate representation of color #58A586: hue angle of 155.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A586 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 134 -
CMYK 0.47 0 0.19 0.35
HSL 155.84º 0.3% 0.5% -
HSV(B) 155.84º 0.47% 0.65% -
XYZ 21.78 30.71 27.33 -
YUV 138.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 88 165 134 0.47 0 0.19 0.35 155.84 0.3 0.5
Hex 58 A5 86 2F 0 13 23 9C 1E 32
Octal 130 245 206 57 0 23 43 234 36 62
Binary 1011000 10100101 10000110 101111 0 10011 100011 10011100 11110 110010

Color Harmonies of #58A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A586

Black with #58A586

Text Example


Text Example

White with #58A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A586; }

 p { color: rgb(88,165,134); }

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

background-color css

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

 a { background-color: rgb(88,165,134); }

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

border-color css

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

 span { border-color: rgb(88,165,134); }

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