Html Css Color HEX #58987F Patina

📋 copy color: '#58987F'

red 88 ◦ green 152 ◦ blue 127

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

Shades of Patina #58987F

Tints of Patina #58987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 23.98%
G = 41.42%
B = 34.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#58987F (or 0x58987F) is known color: Patina. HEX triplet: 58, 98 and 7F. RGB value is (88,152,127). Sum of RGB (Red+Green+Blue) = 88+152+127=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #58987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58987F is #A76780. Grayscale: #828282. Windows color (decimal): -10971009 or 8362072. OLE color: 8362072.

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

Color convert

RGB 88 152 127 -
CMYK 0.42 0 0.16 0.40
HSL 156.56º 0.27% 0.47% -
HSV(B) 156.56º 0.42% 0.6% -
XYZ 19.08 26.06 24.1 -
YUV 130.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 88 152 127 0.42 0 0.16 0.40 156.56 0.27 0.47
Hex 58 98 7F 2A 0 10 28 9D 1B 2F
Octal 130 230 177 52 0 20 50 235 33 57
Binary 1011000 10011000 1111111 101010 0 10000 101000 10011101 11011 101111

Color Harmonies of #58987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58987F

Black with #58987F

Text Example


Text Example

White with #58987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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