#585D6E

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

Shades of Bright Grey #585D6E

Tints of Bright Grey #585D6E

Color information

#585D6E (or 0x585D6E) is unknown color: approx Bright Grey. HEX triplet: 58, 5D and 6E. RGB value is (88,93,110). Sum of RGB (Red+Green+Blue) = 88+93+110=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #585D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6E is #A7A291. Grayscale: #5D5D5D. Windows color (decimal): -10986130 or 7232856. OLE color: 7232856.

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

Color convert

RGB8893110-
CMYK0.20.1500.57
HSL226.36º11.11%38.82%-
HSV(B)226.36º20%43.14%-
XYZ10.7511.0316.31-
YUV93.44137.34124.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=30.24%
G=31.96%
B=37.80%

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
Decimal88931100.20.1500.57226.3611.1138.82
Hex585D6E14F039e2b27
Octal13013515624170713421347
Binary1011000101110111011101010011110111001111000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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