Html Css Color HEX #58988C Patina

📋 copy color: '#58988C'

red 88 ◦ green 152 ◦ blue 140

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

Shades of Patina #58988C

Tints of Patina #58988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 23.16%
G = 40%
B = 36.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#58988C (or 0x58988C) is known color: Patina. HEX triplet: 58, 98 and 8C. RGB value is (88,152,140). Sum of RGB (Red+Green+Blue) = 88+152+140=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #58988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58988C is #A76773. Grayscale: #838383. Windows color (decimal): -10970996 or 9214040. OLE color: 9214040.

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

Color convert

RGB 88 152 140 -
CMYK 0.42 0 0.08 0.40
HSL 168.75º 0.27% 0.47% -
HSV(B) 168.75º 0.42% 0.6% -
XYZ 19.99 26.42 28.86 -
YUV 131.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 88 152 140 0.42 0 0.08 0.40 168.75 0.27 0.47
Hex 58 98 8C 2A 0 8 28 A9 1B 2F
Octal 130 230 214 52 0 10 50 251 33 57
Binary 1011000 10011000 10001100 101010 0 1000 101000 10101001 11011 101111

Color Harmonies of #58988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58988C

Black with #58988C

Text Example


Text Example

White with #58988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58988C; }

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

 H1.HeaderClassName
 {
   color: #58988C;
 }
 .AnyTagClassName
 {
   color: #58988C;
 }
</style>

background-color css

<style>
 a { background-color: #58988C; }

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

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

border-color css

<style>
 span { border-color: #58988C; }

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

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