Html Css Color HEX #58755E Como

📋 copy color: '#58755E'

red 88 ◦ green 117 ◦ blue 94

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

Shades of Como #58755E

Tints of Como #58755E

RGB

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

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

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

R = 29.43%
G = 39.13%
B = 31.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#58755E (or 0x58755E) is known color: Como. HEX triplet: 58, 75 and 5E. RGB value is (88,117,94). Sum of RGB (Red+Green+Blue) = 88+117+94=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #58755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58755E is #A78AA1. Grayscale: #696969. Windows color (decimal): -10980002 or 6190424. OLE color: 6190424.

HSL color Cylindrical-coordinate representation of color #58755E: hue angle of 132.41º 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 #58755E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 94 -
CMYK 0.25 0 0.20 0.54
HSL 132.41º 0.14% 0.4% -
HSV(B) 132.41º 0.25% 0.46% -
XYZ 12.41 15.61 12.95 -
YUV 105.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 88 117 94 0.25 0 0.20 0.54 132.41 0.14 0.4
Hex 58 75 5E 19 0 14 36 84 E 28
Octal 130 165 136 31 0 24 66 204 16 50
Binary 1011000 1110101 1011110 11001 0 10100 110110 10000100 1110 101000

Color Harmonies of #58755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58755E

Black with #58755E

Text Example


Text Example

White with #58755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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