Html Css Color HEX #58997D Patina

📋 copy color: '#58997D'

red 88 ◦ green 153 ◦ blue 125

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

Shades of Patina #58997D

Tints of Patina #58997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 24.04%
G = 41.8%
B = 34.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#58997D (or 0x58997D) is known color: Patina. HEX triplet: 58, 99 and 7D. RGB value is (88,153,125). Sum of RGB (Red+Green+Blue) = 88+153+125=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #58997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58997D is #A76682. Grayscale: #828282. Windows color (decimal): -10970755 or 8231256. OLE color: 8231256.

HSL color Cylindrical-coordinate representation of color #58997D: hue angle of 154.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58997D is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 153 125 -
CMYK 0.42 0 0.18 0.4
HSL 154.15º 0.27% 0.47% -
HSV(B) 154.15º 0.42% 0.6% -
XYZ 19.12 26.34 23.48 -
YUV 130.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 88 153 125 0.42 0 0.18 0.4 154.15 0.27 0.47
Hex 58 99 7D 2A 0 12 28 9A 1B 2F
Octal 130 231 175 52 0 22 50 232 33 57
Binary 1011000 10011001 1111101 101010 0 10010 101000 10011010 11011 101111

Color Harmonies of #58997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58997D

Black with #58997D

Text Example


Text Example

White with #58997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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