Html Css Color HEX #58937D Patina

📋 copy color: '#58937D'

red 88 ◦ green 147 ◦ blue 125

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

Shades of Patina #58937D

Tints of Patina #58937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 24.44%
G = 40.83%
B = 34.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#58937D (or 0x58937D) is known color: Patina. HEX triplet: 58, 93 and 7D. RGB value is (88,147,125). Sum of RGB (Red+Green+Blue) = 88+147+125=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #58937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937D is #A76C82. Grayscale: #7E7E7E. Windows color (decimal): -10972291 or 8229720. OLE color: 8229720.

HSL color Cylindrical-coordinate representation of color #58937D: hue angle of 157.63º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58937D is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 125 -
CMYK 0.40 0 0.15 0.42
HSL 157.63º 0.25% 0.46% -
HSV(B) 157.63º 0.4% 0.58% -
XYZ 18.16 24.42 23.16 -
YUV 126.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 88 147 125 0.40 0 0.15 0.42 157.63 0.25 0.46
Hex 58 93 7D 28 0 F 2A 9E 19 2E
Octal 130 223 175 50 0 17 52 236 31 56
Binary 1011000 10010011 1111101 101000 0 1111 101010 10011110 11001 101110

Color Harmonies of #58937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58937D

Black with #58937D

Text Example


Text Example

White with #58937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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