#5B6D6B

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

Shades of William #5B6D6B

Tints of William #5B6D6B

Color information

#5B6D6B (or 0x5B6D6B) is unknown color: approx William. HEX triplet: 5B, 6D and 6B. RGB value is (91,109,107). Sum of RGB (Red+Green+Blue) = 91+109+107=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D6B is #A49294. Grayscale: #676767. Windows color (decimal): -10785429 or 7040347. OLE color: 7040347.

HSL color Cylindrical-coordinate representation of color #5B6D6B: hue angle of 173.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B6D6B is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB91109107-
CMYK0.1700.020.57
HSL173.33º9%39.22%-
HSV(B)173.33º16.51%42.75%-
XYZ12.4414.2216-
YUV103.39130.04119.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=29.64%
G=35.50%
B=34.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal911091070.1700.020.57173.33939.22
Hex5B6D6B110239ad927
Octal1331551532102712551147
Binary10110111101101110101110001010111001101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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