Html Css Color HEX #58595E Bright Grey

📋 copy color: '#58595E'

red 88 ◦ green 89 ◦ blue 94

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

Shades of Bright Grey #58595E

Tints of Bright Grey #58595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 32.47%
G = 32.84%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58595E (or 0x58595E) is known color: Bright Grey. HEX triplet: 58, 59 and 5E. RGB value is (88,89,94). Sum of RGB (Red+Green+Blue) = 88+89+94=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 94 - color contains mainly: blue. Hex color #58595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58595E is #A7A6A1. Grayscale: #595959. Windows color (decimal): -10987170 or 6183256. OLE color: 6183256.

HSL color Cylindrical-coordinate representation of color #58595E: hue angle of 230º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #58595E is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 89 94 -
CMYK 0.06 0.05 0 0.63
HSL 230º 0.03% 0.36% -
HSV(B) 230º 0.06% 0.37% -
XYZ 9.62 10.03 12.02 -
YUV 89.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 88 89 94 0.06 0.05 0 0.63 230 0.03 0.36
Hex 58 59 5E 6 5 0 3F E6 3 24
Octal 130 131 136 6 5 0 77 346 3 44
Binary 1011000 1011001 1011110 110 101 0 111111 11100110 11 100100

Color Harmonies of #58595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58595E

Black with #58595E

Text Example


Text Example

White with #58595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,89,94); }

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

background-color css

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

 a { background-color: rgb(88,89,94); }

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

border-color css

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

 span { border-color: rgb(88,89,94); }

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