#585B6B

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

Shades of Bright Grey #585B6B

Tints of Bright Grey #585B6B

Color information

#585B6B (or 0x585B6B) is unknown color: approx Bright Grey. HEX triplet: 58, 5B and 6B. RGB value is (88,91,107). Sum of RGB (Red+Green+Blue) = 88+91+107=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #585B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B6B is #A7A494. Grayscale: #5B5B5B. Windows color (decimal): -10986645 or 7035736. OLE color: 7035736.

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

Color convert

RGB8891107-
CMYK0.180.1500.58
HSL230.53º9.74%38.24%-
HSV(B)230.53º17.76%41.96%-
XYZ10.4210.6215.41-
YUV91.93136.51125.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=30.77%
G=31.82%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88911070.180.1500.58230.539.7438.24
Hex585B6B12F03Ae7a26
Octal13013315322170723471246
Binary1011000101101111010111001011110111010111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,107); }

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

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

 a { background-color: rgb(88,91,107); }

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

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

 span { border-color: rgb(88,91,107); }

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