#5B5D60

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

Shades of Bright Grey #5B5D60

Tints of Bright Grey #5B5D60

Color information

#5B5D60 (or 0x5B5D60) is unknown color: approx Bright Grey. HEX triplet: 5B, 5D and 60. RGB value is (91,93,96). Sum of RGB (Red+Green+Blue) = 91+93+96=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D60 is #A4A29F. Grayscale: #5C5C5C. Windows color (decimal): -10789536 or 6315355. OLE color: 6315355.

HSL color Cylindrical-coordinate representation of color #5B5D60: hue angle of 216º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B5D60 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB919396-
CMYK0.050.0300.62
HSL216º2.67%36.67%-
HSV(B)216º5.21%37.65%-
XYZ10.3410.912.62-
YUV92.74129.84126.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=32.5%
G=33.21%
B=34.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9193960.050.0300.622162.6736.67
Hex5B5D605303Ed8325
Octal13313514053076330345
Binary1011011101110111000001011101111101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5D60; }

 p { color: rgb(91,93,96); }

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

<style>
 a { background-color: #5B5D60; }

 a { background-color: rgb(91,93,96); }

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

<style>
 span { border-color: #5B5D60; }

 span { border-color: rgb(91,93,96); }

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