Html Css Color HEX #58987E Patina

📋 copy color: '#58987E'

red 88 ◦ green 152 ◦ blue 126

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

Shades of Patina #58987E

Tints of Patina #58987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 24.04%
G = 41.53%
B = 34.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#58987E (or 0x58987E) is known color: Patina. HEX triplet: 58, 98 and 7E. RGB value is (88,152,126). Sum of RGB (Red+Green+Blue) = 88+152+126=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #58987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58987E is #A76781. Grayscale: #818181. Windows color (decimal): -10971010 or 8296536. OLE color: 8296536.

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

Color convert

RGB 88 152 126 -
CMYK 0.42 0 0.17 0.40
HSL 155.63º 0.27% 0.47% -
HSV(B) 155.63º 0.42% 0.6% -
XYZ 19.02 26.04 23.76 -
YUV 129.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 88 152 126 0.42 0 0.17 0.40 155.63 0.27 0.47
Hex 58 98 7E 2A 0 11 28 9C 1B 2F
Octal 130 230 176 52 0 21 50 234 33 57
Binary 1011000 10011000 1111110 101010 0 10001 101000 10011100 11011 101111

Color Harmonies of #58987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58987E

Black with #58987E

Text Example


Text Example

White with #58987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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