Html Css Color HEX #58785F Como

📋 copy color: '#58785F'

red 88 ◦ green 120 ◦ blue 95

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

Shades of Como #58785F

Tints of Como #58785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

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

R = 29.04%
G = 39.6%
B = 31.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#58785F (or 0x58785F) is known color: Como. HEX triplet: 58, 78 and 5F. RGB value is (88,120,95). Sum of RGB (Red+Green+Blue) = 88+120+95=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #58785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58785F is #A787A0. Grayscale: #6B6B6B. Windows color (decimal): -10979233 or 6256728. OLE color: 6256728.

HSL color Cylindrical-coordinate representation of color #58785F: hue angle of 133.12º degrees, saturation: 0.15, 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 #58785F is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 120 95 -
CMYK 0.27 0 0.21 0.53
HSL 133.13º 0.15% 0.41% -
HSV(B) 133.13º 0.27% 0.47% -
XYZ 12.81 16.33 13.3 -
YUV 107.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 88 120 95 0.27 0 0.21 0.53 133.13 0.15 0.41
Hex 58 78 5F 1B 0 15 35 85 F 29
Octal 130 170 137 33 0 25 65 205 17 51
Binary 1011000 1111000 1011111 11011 0 10101 110101 10000101 1111 101001

Color Harmonies of #58785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58785F

Black with #58785F

Text Example


Text Example

White with #58785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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