Html Css Color HEX #58987D Patina

📋 copy color: '#58987D'

red 88 ◦ green 152 ◦ blue 125

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

Shades of Patina #58987D

Tints of Patina #58987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 24.11%
G = 41.64%
B = 34.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#58987D (or 0x58987D) is known color: Patina. HEX triplet: 58, 98 and 7D. RGB value is (88,152,125). Sum of RGB (Red+Green+Blue) = 88+152+125=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #58987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58987D is #A76782. Grayscale: #818181. Windows color (decimal): -10971011 or 8231000. OLE color: 8231000.

HSL color Cylindrical-coordinate representation of color #58987D: hue angle of 154.69º 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 #58987D is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 125 -
CMYK 0.42 0 0.18 0.40
HSL 154.69º 0.27% 0.47% -
HSV(B) 154.69º 0.42% 0.6% -
XYZ 18.95 26.01 23.42 -
YUV 129.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 88 152 125 0.42 0 0.18 0.40 154.69 0.27 0.47
Hex 58 98 7D 2A 0 12 28 9B 1B 2F
Octal 130 230 175 52 0 22 50 233 33 57
Binary 1011000 10011000 1111101 101010 0 10010 101000 10011011 11011 101111

Color Harmonies of #58987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58987D

Black with #58987D

Text Example


Text Example

White with #58987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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