Html Css Color HEX #585E6D Bright Grey

📋 copy color: '#585E6D'

red 88 ◦ green 94 ◦ blue 109

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

Shades of Bright Grey #585E6D

Tints of Bright Grey #585E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 30.24%
G = 32.3%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#585E6D (or 0x585E6D) is known color: Bright Grey. HEX triplet: 58, 5E and 6D. RGB value is (88,94,109). Sum of RGB (Red+Green+Blue) = 88+94+109=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #585E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6D is #A7A192. Grayscale: #5D5D5D. Windows color (decimal): -10985875 or 7167576. OLE color: 7167576.

HSL color Cylindrical-coordinate representation of color #585E6D: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585E6D is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 94 109 -
CMYK 0.19 0.14 0 0.57
HSL 222.86º 0.11% 0.39% -
HSV(B) 222.86º 0.19% 0.43% -
XYZ 10.79 11.18 16.06 -
YUV 93.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 88 94 109 0.19 0.14 0 0.57 222.86 0.11 0.39
Hex 58 5E 6D 13 E 0 39 DF B 27
Octal 130 136 155 23 16 0 71 337 13 47
Binary 1011000 1011110 1101101 10011 1110 0 111001 11011111 1011 100111

Color Harmonies of #585E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E6D

Black with #585E6D

Text Example


Text Example

White with #585E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585E6D; }

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

 H1.HeaderClassName
 {
   color: #585E6D;
 }
 .AnyTagClassName
 {
   color: #585E6D;
 }
</style>

background-color css

<style>
 a { background-color: #585E6D; }

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

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

border-color css

<style>
 span { border-color: #585E6D; }

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

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