Html Css Color HEX #58795E Como

📋 copy color: '#58795E'

red 88 ◦ green 121 ◦ blue 94

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

Shades of Como #58795E

Tints of Como #58795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.93%

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

R = 29.04%
G = 39.93%
B = 31.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#58795E (or 0x58795E) is known color: Como. HEX triplet: 58, 79 and 5E. RGB value is (88,121,94). Sum of RGB (Red+Green+Blue) = 88+121+94=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #58795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58795E is #A786A1. Grayscale: #6C6C6C. Windows color (decimal): -10978978 or 6191448. OLE color: 6191448.

HSL color Cylindrical-coordinate representation of color #58795E: hue angle of 130.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58795E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 121 94 -
CMYK 0.27 0 0.22 0.53
HSL 130.91º 0.16% 0.41% -
HSV(B) 130.91º 0.27% 0.47% -
XYZ 12.88 16.56 13.11 -
YUV 108.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 88 121 94 0.27 0 0.22 0.53 130.91 0.16 0.41
Hex 58 79 5E 1B 0 16 35 83 10 29
Octal 130 171 136 33 0 26 65 203 20 51
Binary 1011000 1111001 1011110 11011 0 10110 110101 10000011 10000 101001

Color Harmonies of #58795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58795E

Black with #58795E

Text Example


Text Example

White with #58795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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