#585E6F

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

Shades of Bright Grey #585E6F

Tints of Bright Grey #585E6F

Color information

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

RGB8894111-
CMYK0.210.1500.56
HSL224.35º11.56%39.02%-
HSV(B)224.35º20.72%43.53%-
XYZ10.911.2316.63-
YUV94.14137.51123.62-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88941110.210.1500.56224.3511.5639.02
Hex585E6F15F038e0c27
Octal13013615725170703401447
Binary1011000101111011011111010111110111000111000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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