#585E6A

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

Shades of Bright Grey #585E6A

Tints of Bright Grey #585E6A

Color information

#585E6A (or 0x585E6A) is unknown color: approx Bright Grey. HEX triplet: 58, 5E and 6A. RGB value is (88,94,106). Sum of RGB (Red+Green+Blue) = 88+94+106=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #585E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6A is #A7A195. Grayscale: #5D5D5D. Windows color (decimal): -10985878 or 6970968. OLE color: 6970968.

HSL color Cylindrical-coordinate representation of color #585E6A: hue angle of 220º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585E6A is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8894106-
CMYK0.170.1100.58
HSL220º9.28%38.04%-
HSV(B)220º16.98%41.57%-
XYZ10.6311.1215.22-
YUV93.57135.01124.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=30.56%
G=32.64%
B=36.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88941060.170.1100.582209.2838.04
Hex585E6A11B03Adc926
Octal13013615221130723341146
Binary1011000101111011010101000110110111010110111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #585E6A;
 }
 .AnyTagClassName
 {
   color: #585E6A;
 }
</style>
background-color css

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

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

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

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

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

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