Html Css Color HEX #585F6E Bright Grey

📋 copy color: '#585F6E'

red 88 ◦ green 95 ◦ blue 110

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

Shades of Bright Grey #585F6E

Tints of Bright Grey #585F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 30.03%
G = 32.42%
B = 37.54%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#585F6E (or 0x585F6E) is known color: Bright Grey. HEX triplet: 58, 5F and 6E. RGB value is (88,95,110). Sum of RGB (Red+Green+Blue) = 88+95+110=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #585F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F6E is #A7A091. Grayscale: #5E5E5E. Windows color (decimal): -10985618 or 7233368. OLE color: 7233368.

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

Color convert

RGB 88 95 110 -
CMYK 0.2 0.14 0 0.57
HSL 220.91º 0.11% 0.39% -
HSV(B) 220.91º 0.2% 0.43% -
XYZ 10.93 11.38 16.37 -
YUV 94.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 88 95 110 0.2 0.14 0 0.57 220.91 0.11 0.39
Hex 58 5F 6E 14 E 0 39 DD B 27
Octal 130 137 156 24 16 0 71 335 13 47
Binary 1011000 1011111 1101110 10100 1110 0 111001 11011101 1011 100111

Color Harmonies of #585F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F6E

Black with #585F6E

Text Example


Text Example

White with #585F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,110); }

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

background-color css

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

 a { background-color: rgb(88,95,110); }

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

border-color css

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

 span { border-color: rgb(88,95,110); }

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