Html Css Color HEX #585D6F Bright Grey

📋 copy color: '#585D6F'

red 88 ◦ green 93 ◦ blue 111

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

Shades of Bright Grey #585D6F

Tints of Bright Grey #585D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 30.14%
G = 31.85%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585D6F (or 0x585D6F) is known color: Bright Grey. HEX triplet: 58, 5D and 6F. RGB value is (88,93,111). Sum of RGB (Red+Green+Blue) = 88+93+111=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #585D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6F is #A7A290. Grayscale: #5D5D5D. Windows color (decimal): -10986129 or 7298392. OLE color: 7298392.

HSL color Cylindrical-coordinate representation of color #585D6F: hue angle of 226.96º 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 #585D6F is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 93 111 -
CMYK 0.21 0.16 0 0.56
HSL 226.96º 0.12% 0.39% -
HSV(B) 226.96º 0.21% 0.44% -
XYZ 10.81 11.05 16.6 -
YUV 93.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 88 93 111 0.21 0.16 0 0.56 226.96 0.12 0.39
Hex 58 5D 6F 15 10 0 38 E3 C 27
Octal 130 135 157 25 20 0 70 343 14 47
Binary 1011000 1011101 1101111 10101 10000 0 111000 11100011 1100 100111

Color Harmonies of #585D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D6F

Black with #585D6F

Text Example


Text Example

White with #585D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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