Html Css Color HEX #58745D Como

📋 copy color: '#58745D'

red 88 ◦ green 116 ◦ blue 93

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

Shades of Como #58745D

Tints of Como #58745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 29.63%
G = 39.06%
B = 31.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#58745D (or 0x58745D) is known color: Como. HEX triplet: 58, 74 and 5D. RGB value is (88,116,93). Sum of RGB (Red+Green+Blue) = 88+116+93=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #58745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58745D is #A78BA2. Grayscale: #696969. Windows color (decimal): -10980259 or 6124632. OLE color: 6124632.

HSL color Cylindrical-coordinate representation of color #58745D: hue angle of 130.71º 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 #58745D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 116 93 -
CMYK 0.24 0 0.20 0.55
HSL 130.71º 0.14% 0.4% -
HSV(B) 130.71º 0.24% 0.45% -
XYZ 12.25 15.36 12.67 -
YUV 105.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 88 116 93 0.24 0 0.20 0.55 130.71 0.14 0.4
Hex 58 74 5D 18 0 14 37 83 E 28
Octal 130 164 135 30 0 24 67 203 16 50
Binary 1011000 1110100 1011101 11000 0 10100 110111 10000011 1110 101000

Color Harmonies of #58745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58745D

Black with #58745D

Text Example


Text Example

White with #58745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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