Html Css Color HEX #58947D Patina

📋 copy color: '#58947D'

red 88 ◦ green 148 ◦ blue 125

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

Shades of Patina #58947D

Tints of Patina #58947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 24.38%
G = 41%
B = 34.63%

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

#58947D (or 0x58947D) is known color: Patina. HEX triplet: 58, 94 and 7D. RGB value is (88,148,125). Sum of RGB (Red+Green+Blue) = 88+148+125=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #58947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58947D is #A76B82. Grayscale: #7F7F7F. Windows color (decimal): -10972035 or 8229976. OLE color: 8229976.

HSL color Cylindrical-coordinate representation of color #58947D: hue angle of 157º degrees, saturation: 0.25, 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 #58947D is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 125 -
CMYK 0.41 0 0.16 0.42
HSL 157º 0.25% 0.46% -
HSV(B) 157º 0.41% 0.58% -
XYZ 18.32 24.74 23.21 -
YUV 127.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 88 148 125 0.41 0 0.16 0.42 157 0.25 0.46
Hex 58 94 7D 29 0 10 2A 9D 19 2E
Octal 130 224 175 51 0 20 52 235 31 56
Binary 1011000 10010100 1111101 101001 0 10000 101010 10011101 11001 101110

Color Harmonies of #58947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58947D

Black with #58947D

Text Example


Text Example

White with #58947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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