Html Css Color HEX #58A486 Patina

📋 copy color: '#58A486'

red 88 ◦ green 164 ◦ blue 134

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

Shades of Patina #58A486

Tints of Patina #58A486

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 22.8%
G = 42.49%
B = 34.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#58A486 (or 0x58A486) is known color: Patina. HEX triplet: 58, A4 and 86. RGB value is (88,164,134). Sum of RGB (Red+Green+Blue) = 88+164+134=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #58A486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A486 is #A75B79. Grayscale: #898989. Windows color (decimal): -10967930 or 8823896. OLE color: 8823896.

HSL color Cylindrical-coordinate representation of color #58A486: hue angle of 156.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A486 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 164 134 -
CMYK 0.46 0 0.18 0.36
HSL 156.32º 0.3% 0.49% -
HSV(B) 156.32º 0.46% 0.64% -
XYZ 21.6 30.35 27.27 -
YUV 137.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 88 164 134 0.46 0 0.18 0.36 156.32 0.3 0.49
Hex 58 A4 86 2E 0 12 24 9C 1E 31
Octal 130 244 206 56 0 22 44 234 36 61
Binary 1011000 10100100 10000110 101110 0 10010 100100 10011100 11110 110001

Color Harmonies of #58A486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A486

Black with #58A486

Text Example


Text Example

White with #58A486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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