#585D6A

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

Shades of Bright Grey #585D6A

Tints of Bright Grey #585D6A

Color information

#585D6A (or 0x585D6A) is unknown color: approx Bright Grey. HEX triplet: 58, 5D and 6A. RGB value is (88,93,106). Sum of RGB (Red+Green+Blue) = 88+93+106=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #585D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6A is #A7A295. Grayscale: #5C5C5C. Windows color (decimal): -10986134 or 6970712. OLE color: 6970712.

HSL color Cylindrical-coordinate representation of color #585D6A: hue angle of 223.33º 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 #585D6A is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8893106-
CMYK0.170.1200.58
HSL223.33º9.28%38.04%-
HSV(B)223.33º16.98%41.57%-
XYZ10.5410.9415.19-
YUV92.99135.34124.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=30.66%
G=32.40%
B=36.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88931060.170.1200.58223.339.2838.04
Hex585D6A11C03Adf926
Octal13013515221140723371146
Binary1011000101110111010101000111000111010110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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