Html Css Color HEX #58755F Como

📋 copy color: '#58755F'

red 88 ◦ green 117 ◦ blue 95

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

Shades of Como #58755F

Tints of Como #58755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 29.33%
G = 39%
B = 31.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#58755F (or 0x58755F) is known color: Como. HEX triplet: 58, 75 and 5F. RGB value is (88,117,95). Sum of RGB (Red+Green+Blue) = 88+117+95=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #58755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58755F is #A78AA0. Grayscale: #696969. Windows color (decimal): -10980001 or 6255960. OLE color: 6255960.

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

Color convert

RGB 88 117 95 -
CMYK 0.25 0 0.19 0.54
HSL 134.48º 0.14% 0.4% -
HSV(B) 134.48º 0.25% 0.46% -
XYZ 12.45 15.62 13.19 -
YUV 105.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 88 117 95 0.25 0 0.19 0.54 134.48 0.14 0.4
Hex 58 75 5F 19 0 13 36 86 E 28
Octal 130 165 137 31 0 23 66 206 16 50
Binary 1011000 1110101 1011111 11001 0 10011 110110 10000110 1110 101000

Color Harmonies of #58755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58755F

Black with #58755F

Text Example


Text Example

White with #58755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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