Html Css Color HEX #58756F William

📋 copy color: '#58756F'

red 88 ◦ green 117 ◦ blue 111

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

Shades of William #58756F

Tints of William #58756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 27.85%
G = 37.03%
B = 35.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#58756F (or 0x58756F) is known color: William. HEX triplet: 58, 75 and 6F. RGB value is (88,117,111). Sum of RGB (Red+Green+Blue) = 88+117+111=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #58756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756F is #A78A90. Grayscale: #6B6B6B. Windows color (decimal): -10979985 or 7304536. OLE color: 7304536.

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

Color convert

RGB 88 117 111 -
CMYK 0.25 0 0.05 0.54
HSL 167.59º 0.14% 0.4% -
HSV(B) 167.59º 0.25% 0.46% -
XYZ 13.26 15.94 17.42 -
YUV 107.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 88 117 111 0.25 0 0.05 0.54 167.59 0.14 0.4
Hex 58 75 6F 19 0 5 36 A8 E 28
Octal 130 165 157 31 0 5 66 250 16 50
Binary 1011000 1110101 1101111 11001 0 101 110110 10101000 1110 101000

Color Harmonies of #58756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58756F

Black with #58756F

Text Example


Text Example

White with #58756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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