Html Css Color HEX #58755D Como

📋 copy color: '#58755D'

red 88 ◦ green 117 ◦ blue 93

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

Shades of Como #58755D

Tints of Como #58755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 29.53%
G = 39.26%
B = 31.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#58755D (or 0x58755D) is known color: Como. HEX triplet: 58, 75 and 5D. RGB value is (88,117,93). Sum of RGB (Red+Green+Blue) = 88+117+93=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #58755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58755D is #A78AA2. Grayscale: #696969. Windows color (decimal): -10980003 or 6124888. OLE color: 6124888.

HSL color Cylindrical-coordinate representation of color #58755D: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58755D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 93 -
CMYK 0.25 0 0.21 0.54
HSL 130.34º 0.14% 0.4% -
HSV(B) 130.34º 0.25% 0.46% -
XYZ 12.36 15.59 12.71 -
YUV 105.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 88 117 93 0.25 0 0.21 0.54 130.34 0.14 0.4
Hex 58 75 5D 19 0 15 36 82 E 28
Octal 130 165 135 31 0 25 66 202 16 50
Binary 1011000 1110101 1011101 11001 0 10101 110110 10000010 1110 101000

Color Harmonies of #58755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58755D

Black with #58755D

Text Example


Text Example

White with #58755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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