Html Css Color HEX #58745E Como

📋 copy color: '#58745E'

red 88 ◦ green 116 ◦ blue 94

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

Shades of Como #58745E

Tints of Como #58745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 29.53%
G = 38.93%
B = 31.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#58745E (or 0x58745E) is known color: Como. HEX triplet: 58, 74 and 5E. RGB value is (88,116,94). Sum of RGB (Red+Green+Blue) = 88+116+94=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #58745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58745E is #A78BA1. Grayscale: #696969. Windows color (decimal): -10980258 or 6190168. OLE color: 6190168.

HSL color Cylindrical-coordinate representation of color #58745E: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58745E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 116 94 -
CMYK 0.24 0 0.19 0.55
HSL 132.86º 0.14% 0.4% -
HSV(B) 132.86º 0.24% 0.45% -
XYZ 12.29 15.37 12.91 -
YUV 105.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 88 116 94 0.24 0 0.19 0.55 132.86 0.14 0.4
Hex 58 74 5E 18 0 13 37 85 E 28
Octal 130 164 136 30 0 23 67 205 16 50
Binary 1011000 1110100 1011110 11000 0 10011 110111 10000101 1110 101000

Color Harmonies of #58745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58745E

Black with #58745E

Text Example


Text Example

White with #58745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,116,94); }

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

background-color css

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

 a { background-color: rgb(88,116,94); }

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

border-color css

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

 span { border-color: rgb(88,116,94); }

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