#5B6E6B

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

Shades of William #5B6E6B

Tints of William #5B6E6B

Color information

#5B6E6B (or 0x5B6E6B) is unknown color: approx William. HEX triplet: 5B, 6E and 6B. RGB value is (91,110,107). Sum of RGB (Red+Green+Blue) = 91+110+107=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #5B6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6E6B is #A49194. Grayscale: #676767. Windows color (decimal): -10785173 or 7040603. OLE color: 7040603.

HSL color Cylindrical-coordinate representation of color #5B6E6B: hue angle of 170.53º 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 #5B6E6B is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB91110107-
CMYK0.1700.030.57
HSL170.53º9.45%39.41%-
HSV(B)170.53º17.27%43.14%-
XYZ12.5414.4416.04-
YUV103.98129.71118.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.55%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=29.55%
G=35.71%
B=34.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal911101070.1700.030.57170.539.4539.41
Hex5B6E6B110339ab927
Octal1331561532103712531147
Binary10110111101110110101110001011111001101010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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