Html Css Color HEX #58726E William

📋 copy color: '#58726E'

red 88 ◦ green 114 ◦ blue 110

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

Shades of William #58726E

Tints of William #58726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 28.21%
G = 36.54%
B = 35.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#58726E (or 0x58726E) is known color: William. HEX triplet: 58, 72 and 6E. RGB value is (88,114,110). Sum of RGB (Red+Green+Blue) = 88+114+110=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #58726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58726E is #A78D91. Grayscale: #696969. Windows color (decimal): -10980754 or 7238232. OLE color: 7238232.

HSL color Cylindrical-coordinate representation of color #58726E: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58726E is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 114 110 -
CMYK 0.23 0 0.04 0.55
HSL 170.77º 0.13% 0.4% -
HSV(B) 170.77º 0.23% 0.45% -
XYZ 12.86 15.24 17.01 -
YUV 105.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 88 114 110 0.23 0 0.04 0.55 170.77 0.13 0.4
Hex 58 72 6E 17 0 4 37 AB D 28
Octal 130 162 156 27 0 4 67 253 15 50
Binary 1011000 1110010 1101110 10111 0 100 110111 10101011 1101 101000

Color Harmonies of #58726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58726E

Black with #58726E

Text Example


Text Example

White with #58726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58726E; }

 p { color: rgb(88,114,110); }

 H1.HeaderClassName
 {
   color: #58726E;
 }
 .AnyTagClassName
 {
   color: #58726E;
 }
</style>

background-color css

<style>
 a { background-color: #58726E; }

 a { background-color: rgb(88,114,110); }

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

border-color css

<style>
 span { border-color: #58726E; }

 span { border-color: rgb(88,114,110); }

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