Html Css Color HEX #585E6B Bright Grey

📋 copy color: '#585E6B'

red 88 ◦ green 94 ◦ blue 107

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

Shades of Bright Grey #585E6B

Tints of Bright Grey #585E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 30.45%
G = 32.53%
B = 37.02%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#585E6B (or 0x585E6B) is known color: Bright Grey. HEX triplet: 58, 5E and 6B. RGB value is (88,94,107). Sum of RGB (Red+Green+Blue) = 88+94+107=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #585E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6B is #A7A194. Grayscale: #5D5D5D. Windows color (decimal): -10985877 or 7036504. OLE color: 7036504.

HSL color Cylindrical-coordinate representation of color #585E6B: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585E6B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 94 107 -
CMYK 0.18 0.12 0 0.58
HSL 221.05º 0.1% 0.38% -
HSV(B) 221.05º 0.18% 0.42% -
XYZ 10.68 11.14 15.5 -
YUV 93.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 88 94 107 0.18 0.12 0 0.58 221.05 0.1 0.38
Hex 58 5E 6B 12 C 0 3A DD A 26
Octal 130 136 153 22 14 0 72 335 12 46
Binary 1011000 1011110 1101011 10010 1100 0 111010 11011101 1010 100110

Color Harmonies of #585E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E6B

Black with #585E6B

Text Example


Text Example

White with #585E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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