Html Css Color HEX #58756D William

📋 copy color: '#58756D'

red 88 ◦ green 117 ◦ blue 109

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

Shades of William #58756D

Tints of William #58756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 28.03%
G = 37.26%
B = 34.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#58756D (or 0x58756D) is known color: William. HEX triplet: 58, 75 and 6D. RGB value is (88,117,109). Sum of RGB (Red+Green+Blue) = 88+117+109=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #58756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756D is #A78A92. Grayscale: #6B6B6B. Windows color (decimal): -10979987 or 7173464. OLE color: 7173464.

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

Color convert

RGB 88 117 109 -
CMYK 0.25 0 0.07 0.54
HSL 163.45º 0.14% 0.4% -
HSV(B) 163.45º 0.25% 0.46% -
XYZ 13.15 15.9 16.84 -
YUV 107.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 88 117 109 0.25 0 0.07 0.54 163.45 0.14 0.4
Hex 58 75 6D 19 0 7 36 A3 E 28
Octal 130 165 155 31 0 7 66 243 16 50
Binary 1011000 1110101 1101101 11001 0 111 110110 10100011 1110 101000

Color Harmonies of #58756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58756D

Black with #58756D

Text Example


Text Example

White with #58756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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