Html Css Color HEX #58595D Bright Grey

📋 copy color: '#58595D'

red 88 ◦ green 89 ◦ blue 93

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

Shades of Bright Grey #58595D

Tints of Bright Grey #58595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 32.59%
G = 32.96%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58595D (or 0x58595D) is known color: Bright Grey. HEX triplet: 58, 59 and 5D. RGB value is (88,89,93). Sum of RGB (Red+Green+Blue) = 88+89+93=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #58595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58595D is #A7A6A2. Grayscale: #595959. Windows color (decimal): -10987171 or 6117720. OLE color: 6117720.

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

Color convert

RGB 88 89 93 -
CMYK 0.05 0.04 0 0.64
HSL 228º 0.03% 0.35% -
HSV(B) 228º 0.05% 0.36% -
XYZ 9.57 10.01 11.78 -
YUV 89.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 88 89 93 0.05 0.04 0 0.64 228 0.03 0.35
Hex 58 59 5D 5 4 0 40 E4 3 23
Octal 130 131 135 5 4 0 100 344 3 43
Binary 1011000 1011001 1011101 101 100 0 1000000 11100100 11 100011

Color Harmonies of #58595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58595D

Black with #58595D

Text Example


Text Example

White with #58595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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