#585E6E

Color #585E6E Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #585E6E

Tints of Bright Grey #585E6E

Color information

#585E6E (or 0x585E6E) is unknown color: approx 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

RGB8894110-
CMYK0.20.1500.57
HSL223.64º11.11%38.82%-
HSV(B)223.64º20%43.14%-
XYZ10.8411.2116.34-
YUV94.03137.01123.7-

RGB Variations

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

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 (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88941100.20.1500.57223.6411.1138.82
Hex585E6E14F039e0b27
Octal13013615624170713401347
Binary1011000101111011011101010011110111001111000001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>