Html Css Color HEX #585E6E Bright Grey

📋 copy color: '#585E6E'

red 88 ◦ green 94 ◦ blue 110

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

Shades of Bright Grey #585E6E

Tints of Bright Grey #585E6E

RGB

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

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

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

R = 30.14%
G = 32.19%
B = 37.67%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#585E6E (or 0x585E6E) is known color: Bright Grey. HEX triplet: 58, 5E and 6E. RGB value is (88,94,110). Sum of RGB (Red+Green+Blue) = 88+94+110=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #585E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6E is #A7A191. Grayscale: #5D5D5D. Windows color (decimal): -10985874 or 7233112. OLE color: 7233112.

HSL color Cylindrical-coordinate representation of color #585E6E: hue angle of 223.64º 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 #585E6E is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 94 110 -
CMYK 0.2 0.15 0 0.57
HSL 223.64º 0.11% 0.39% -
HSV(B) 223.64º 0.2% 0.43% -
XYZ 10.84 11.21 16.34 -
YUV 94.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 88 94 110 0.2 0.15 0 0.57 223.64 0.11 0.39
Hex 58 5E 6E 14 F 0 39 E0 B 27
Octal 130 136 156 24 17 0 71 340 13 47
Binary 1011000 1011110 1101110 10100 1111 0 111001 11100000 1011 100111

Color Harmonies of #585E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E6E

Black with #585E6E

Text Example


Text Example

White with #585E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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