Html Css Color HEX #585E6F Bright Grey

📋 copy color: '#585E6F'

red 88 ◦ green 94 ◦ blue 111

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

Shades of Bright Grey #585E6F

Tints of Bright Grey #585E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 30.03%
G = 32.08%
B = 37.88%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585E6F (or 0x585E6F) is known color: Bright Grey. HEX triplet: 58, 5E and 6F. RGB value is (88,94,111). Sum of RGB (Red+Green+Blue) = 88+94+111=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #585E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6F is #A7A190. Grayscale: #5E5E5E. Windows color (decimal): -10985873 or 7298648. OLE color: 7298648.

HSL color Cylindrical-coordinate representation of color #585E6F: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585E6F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 94 111 -
CMYK 0.21 0.15 0 0.56
HSL 224.35º 0.12% 0.39% -
HSV(B) 224.35º 0.21% 0.44% -
XYZ 10.9 11.23 16.63 -
YUV 94.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 88 94 111 0.21 0.15 0 0.56 224.35 0.12 0.39
Hex 58 5E 6F 15 F 0 38 E0 C 27
Octal 130 136 157 25 17 0 70 340 14 47
Binary 1011000 1011110 1101111 10101 1111 0 111000 11100000 1100 100111

Color Harmonies of #585E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E6F

Black with #585E6F

Text Example


Text Example

White with #585E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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