Html Css Color HEX #58776F William

📋 copy color: '#58776F'

red 88 ◦ green 119 ◦ blue 111

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

Shades of William #58776F

Tints of William #58776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 27.67%
G = 37.42%
B = 34.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#58776F (or 0x58776F) is known color: William. HEX triplet: 58, 77 and 6F. RGB value is (88,119,111). Sum of RGB (Red+Green+Blue) = 88+119+111=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #58776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776F is #A78890. Grayscale: #6C6C6C. Windows color (decimal): -10979473 or 7305048. OLE color: 7305048.

HSL color Cylindrical-coordinate representation of color #58776F: hue angle of 164.52º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58776F is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 119 111 -
CMYK 0.26 0 0.07 0.53
HSL 164.52º 0.15% 0.41% -
HSV(B) 164.52º 0.26% 0.47% -
XYZ 13.49 16.42 17.5 -
YUV 108.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 88 119 111 0.26 0 0.07 0.53 164.52 0.15 0.41
Hex 58 77 6F 1A 0 7 35 A5 F 29
Octal 130 167 157 32 0 7 65 245 17 51
Binary 1011000 1110111 1101111 11010 0 111 110101 10100101 1111 101001

Color Harmonies of #58776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58776F

Black with #58776F

Text Example


Text Example

White with #58776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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